get_component
Retrieve implementation details for a known component, including source provenance, props, and variants, to reuse existing design code.
Instructions
Look up a specific component by name. Read-only, no side effects. Returns JSON with source provenance, props, and variants, or an error listing available components if not found. Use this when you need implementation details for a known component to reuse it rather than recreate it. For a list of all component names, use get_design_context with category 'components' instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes |