Get Component Guide
docs_get_component_guideReturns UI component usage guidelines from Designers Italia: when to use, how to use, accessibility notes, library status, and Storybook entry, with warnings for URL mismatches.
Instructions
Returns usage guidelines for a component from Designers Italia website: when to use it (whenToUse, includes recommended alternatives where Designers Italia lists them), how to use it (howToUse), accessibility notes, library status (Bootstrap Italia, Dev Kit Italia) and, when available, the Dev Kit Storybook entry (tags, markup URL). Flags devKitUrlMismatch in warnings when the Dev Kit doc URL in components-status.json diverges from the live Storybook entry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| component | Yes | Component name or slug (e.g. "accordion", "Alert") |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| meta | Yes | ||
| name | Yes | ||
| slug | Yes | ||
| devKit | Yes | ||
| status | Yes | ||
| categories | Yes | ||
| guidelines | Yes | ||
| sourceUrls | Yes | ||
| description | Yes |