Welcome to `vinh-component-library` — a lightweight and customizable React component library powered by **Vite**, styled with **Tailwind CSS**, and built for speed, reusability, and scalability.
npm install doraverse-component-libraryWelcome to vinh-component-library — a lightweight and customizable React component library powered by Vite, styled with Tailwind CSS, and built for speed, reusability, and scalability.
> Watch the full YouTube tutorial here:
> 
---
- ⚡ Super fast build with Vite
- 🌊 Utility-first styling with Tailwind CSS
- 📦 Publish-ready for npm
- ✅ Tested with a consumer app before release
- ✨ Includes reusable components like Button and Badge
---
``bash``
npm install vinh-component-libraryor
yarn add vinh-component-library
---
`tsx
import { Button, Badge } from 'vinh-component-library';
function App() {
return (
> ✅ Components are tree-shakable and styled using Tailwind classes.
---
🧱 Components
| Component | Description |
| --------- | --------------------- |
|
Button | A customizable button |
| Badge` | A styled status label |---
This project was built as part of a step-by-step YouTube tutorial:
---
* React
* Vite
* Tailwind CSS
* TypeScript
* npm
---
Feel free to open issues or PRs if you find bugs or want to improve the library. Contributions are welcome!