setup_component_library
Initialize a new project with a chosen component library by generating config files, installing dependencies, and adding initial components.
Instructions
Set up a complete project with a component library (shadcn, radix, headlessui, material) including config files, dependencies, and initial components.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| library | Yes | Component library to set up | |
| framework | Yes | Target framework | |
| projectName | Yes | Name of the project | |
| projectPath | No | Project directory path | |
| components | No | Components to include | |
| patterns | No | UI patterns to include | |
| theme | No | Theme configuration | |
| customizations | No | Additional customizations | |
| skipInstall | No | Skip npm install step | |
| skipGit | No | Skip git initialization |