Get a component
get_componentEverything needed to write a correct call site for one component: props with types, defaults and value domains, platform applicability, dependencies, and the runtime rules that apply to it. The rules matter as much as the props: correct props that break a rule still render a blank screen.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | e.g. "button" |