get-component
Retrieve detailed documentation for any design system component in Markdown, including props, events, examples, and best practices. Supports over 60 components with automated extraction.
Instructions
Get detailed information about a specific Design System component in Markdown format.
Returns component documentation in human-readable Markdown format with:
- Props with types, defaults, and descriptions
- Events with payloads
- Examples with code snippets
- Common mistakes and best practices
- Related components
Note: Markdown format provides 77% token savings compared to JSON.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Component name (e.g., InButton, InDatePickerV2) |