list_blocks
Retrieve categorized shadcn/ui v4 blocks by specifying a category such as calendar, dashboard, or login for easy integration.
Instructions
Get all available shadcn/ui v4 blocks with categorization
Input Schema
Name | Required | Description | Default |
---|---|---|---|
category | No | Filter by category (calendar, dashboard, login, sidebar, products) |
Input Schema (JSON Schema)
{
"properties": {
"category": {
"description": "Filter by category (calendar, dashboard, login, sidebar, products)",
"type": "string"
}
},
"type": "object"
}