React UI Components Library
uibyte is a collection of reusable React UI components designed to streamline the development of modern web applications. Built with TypeScript, Tailwind CSS, and Vite, this library provides a solid foundation for creating consistent and responsive user interfaces.
- ✨ Reusable, customizable UI components
- 🛡️ Built with TypeScript for type safety
- 🎨 Styled with Tailwind CSS
- ⚡ Fast development with Vite
- 📖 Component previews using Storybook
git clone https://github.com/Satyam1Vishwakarma/uibyte.git
cd uibyte
npm installStart the development server:
npm run devRun Storybook to view components in isolation:
npm run storybook