list_components
Find design system components by filtering on category, deprecation, server safety, polymorphic support, or kind.
Instructions
List DS components with optional filters (category, deprecated, serverSafe, polymorphic, kind). Meta-backed since v3.0.0.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | Reserved for future non-component kinds. | |
| category | No | Filter by category (matches meta.components[X].category). | |
| deprecated | No | If true, ONLY deprecated components; if false, exclude them. | |
| serverSafe | No | If true, only RSC-safe components. | |
| polymorphic | No | If true, only components with `as` / `asChild`. |