get_component_docs
Retrieve complete HeroUI v2 documentation for a single component, including install commands, import statements, usage guidance, and the props/API reference table.
Instructions
Get the full HeroUI v2 documentation for a single component: description, install command, import statements, usage guidance and the props/API reference table. Use list_components first to get valid slugs (e.g. "button", "date-range-picker").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| component | Yes | Component slug as returned by list_components, e.g. "button" or "date-picker". |