install_component
Generate installation commands for Starwind UI components using npm, yarn, or pnpm. Specify components, additional options, and streamline setup for your development workflow.
Instructions
Generates installation commands for Starwind UI components
Input Schema
Name | Required | Description | Default |
---|---|---|---|
additionalComponents | No | Additional components to install | |
component | Yes | Component name to install | |
options | No | Additional options for installation (e.g., '--all' to install all components) | |
packageManager | No | Package manager to use (npm, yarn, pnpm) |