get_component_capabilities
Introspect React component capabilities in the Lando Design System. Get a full matrix or filter by RSC-safe, client-only, polymorphic, ref support, deprecated status, or a single component.
Instructions
DS capability introspection. Full matrix by default; pass filters (rscSafe, clientOnly, polymorphic, withRef, deprecated) or component for a single entry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rscSafe | No | ||
| withRef | No | ||
| component | No | Optional: single component name (PascalCase) to query. | |
| clientOnly | No | ||
| deprecated | No | ||
| polymorphic | No |