shadcn-syntax-table
OfficialBuild accessible static tables with shadcn.
AuthorImpertio-Studio
Version1.0.0
Installs0
System Documentation
What problem does it solve?
It helps you correctly implement shadcn ui’s Table primitive for static, read-only tabular data while avoiding common HTML/accessibility and layout mistakes.
Core Features & Use Cases
- Correct primitive selection: Ensures you use this Table primitive only for non-sortable, non-filterable, non-paginated, non-selectable tables, and switches you to the TanStack DataTable recipe when interactivity is required.
- Semantic subcomponent structure: Guides the proper placement of
TableHeader/TableBody/TableFooterand the use ofTableHeadvsTableCellto preserve valid HTML and screen-reader behavior. - Accessibility by design: Enforces exactly one accessible naming strategy using
TableCaption,aria-label, oraria-labelledby(not both caption and aria labeling). - Responsive horizontal overflow: Uses the primitive’s built-in scroll container (
overflow-x-auto) to prevent alignment and mobile scrolling issues.
Quick Start
Use the shadcn Table skill to generate the complete Table markup for a read-only product list, including a caption (or aria-label) and correctly structured header/body/footer components.
Dependency Matrix
Required Modules
None requiredComponents
references
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: shadcn-syntax-table Download link: https://github.com/Impertio-Studio/shadcn-ui-Claude-Skill-Package/archive/main.zip#shadcn-syntax-table Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.