Installation
CLI
Add Kanso UI components directly into your codebase using our interactive copy-paste CLI.
1
Add a component using the CLI
Run the CLI command to fetch a component source code and automatically install dependencies.
npx kanso-ui add magnetic-button2
Verify component placement
Confirm that components/kanso/magnetic-button.tsx has been created with all the TypeScript source code.