get_component_details
Retrieve comprehensive details about a specific shadcn/ui component, including usage examples and documentation, to streamline development workflows.
Instructions
Get detailed information about a specific shadcn/ui component
Input Schema
Name | Required | Description | Default |
---|---|---|---|
componentName | Yes | Name of the shadcn/ui component (e.g., "accordion", "button") |
Input Schema (JSON Schema)
{
"properties": {
"componentName": {
"description": "Name of the shadcn/ui component (e.g., \"accordion\", \"button\")",
"type": "string"
}
},
"required": [
"componentName"
],
"type": "object"
}