Skip to content

Caption Side

Controls the caption element orientation in a table.

Class Properties

cs-b

caption-side: bottom;

cs-t

caption-side: top;

Using breakpoints

Using responsive breakpoints like sm:cs-*, md:cs-*, lg:cs-*, and xxl:cs-* allows targeting specific utilities in different viewports.

<div class="cs-b md:cs-t ..."></div>

Using variants

Using :hover variants such as h:cs-* allows you to override elements and change their values when hovering over them.

<div class="cs-b h:cs-t ..."></div>