get_block
Extract the source code for a specific shadcn/ui v4 block, such as calendar-01 or dashboard-01, with an option to include associated component files for complex blocks.
Instructions
Get source code for a specific shadcn/ui v4 block (e.g., calendar-01, dashboard-01)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
blockName | Yes | Name of the block (e.g., "calendar-01", "dashboard-01", "login-02") | |
includeComponents | No | Whether to include component files for complex blocks (default: true) |