This project was inspired by the amazing work of shadcn with shadcn/ui.
I wanted to create a little component collection for my web development projects. It's a work in progress...
*
The components are written in TypeScript and styled with Tailwind CSS.
Installation
To initialize dependencies for a new project use the init command.
This will install dependencies, add the tailwind.config.ts, and add the globals.css for the project.
npx wando-ui@latest init
Select Component
Oh, hi. Nothing to see here. Select a component!
Add Component
To add components to your project use the add command.
npx wando-ui@latest add $Component