generate_component_library
Generate UI components from popular libraries like shadcn, radix, headlessui, or material UI with support for themes, custom props, tests, stories, and framework-specific output.
Instructions
Generate components from shadcn, radix, headlessui, or material UI libraries. Supports themes, custom props, test/story generation, and framework-specific output.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| componentType | Yes | Type of component to generate (e.g., button, card, input) | |
| library | Yes | Component library to use | |
| framework | Yes | Target framework | |
| customizations | No | Custom component properties and styling | |
| outputPath | No | Output directory for generated files | |
| includeTests | No | Generate test files | |
| includeStories | No | Generate Storybook stories | |
| theme | No | Theme configuration |