Caption Side
Controls the caption element orientation in a table.
Class | Property |
---|---|
cs-b | caption-side: bottom; |
cs-t | caption-side: top; |
Using responsive modifiers
Using responsive breakpoints like sm:cs-*
,
md:cs-*
, lg:cs-*
, and xxl:cs-*
allows targeting specific utilities in
different viewports.
Using hover modifiers
Using :hover
modifiers such as h:cs-*
allows
you to override elements and change their values when hovering over them.