caption-top/bottom — accessible table captions. This family contains 2 generated classes in Nakshora 3.0.

Classes#

ClassGenerated CSS
caption-topcaption-side: top;
caption-bottomcaption-side: bottom;

Example#

example
html
<table><caption class="caption-bottom text-sm text-slate-500">Q3 revenue</caption></table>

Responsive & variants#

Every class here accepts screen prefixes (sm:xl:) and state variants — md:hover:p-4 style stacks compile to a single media query. See responsive/index|Responsive design and variants/index|Variants.

Best practices#

  • Always caption data tables — screen readers announce them

utilities/tables/table-layout|Table layout