get_component_spec
Retrieve the complete behavioral specification for any UI component, including features, accessibility, and implementation notes, to guide component implementation from scratch.
Instructions
Return the full behavioral specification for a single component. Includes description, all main features, secondary features (accessibility, keyboard navigation, touch, responsive, i18n, etc.), and implementation notes. Use this when implementing a component from scratch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| component | Yes | Component name (e.g. 'Modal', 'Text Input', 'Button') or numeric id (e.g. '46', '19', '16') |