shadcn-syntax-table

Installation
SKILL.md

shadcn ui : Table Syntax (HTML primitive)

Table is shadcn's STYLING PRIMITIVE for HTML tables. It is NOT a data grid. It does NOT sort, filter, paginate, or select rows. It is eight thin wrappers around <table>, <thead>, <tbody>, <tfoot>, <tr>, <th>, <td>, <caption> with cohesive Tailwind classes and data-slot attributes.

For anything that requires sorting, filtering, pagination, or selection, you ALWAYS use the TanStack Table v8 recipe documented in shadcn-impl-data-table. That recipe COMPOSES this primitive ; it does NOT replace it.

Quick Reference

Canonical call

Installs
1
First Seen
9 days ago
shadcn-syntax-table — openaec-foundation/shadcn-ui-claude-skill-package