Get a Cronus UI component or block
get_componentFetch the full detail for a single Cronus UI component or block by name: its source file(s) (path + content), its npm dependencies, its registryDependencies (other registry items it needs), and the npx cronus-ui add <name> install command. Works for both components and blocks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The exact registry item name, e.g. 'button', 'data-table', or 'pricing'. |