install_component
Generate installation commands for Starwind UI components using npm, yarn, or pnpm package managers to add UI elements to your project.
Instructions
Generates installation commands for Starwind UI components
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| packageManager | No | Package manager to use (npm, yarn, pnpm) | |
| component | Yes | Component name to install | |
| additionalComponents | No | Additional components to install | |
| options | No | Additional options for installation (e.g., '--all' to install all components) |