This is a collection of reusable and beautifully designed UI components that I frequently use for developing websites. Created with Next.js and styled primarily with Tailwind CSS, this library is designed to make website development faster, easier, and more consistent.
Check out the live version hosted on Vercel: https://personal-ui-library-fazex31.vercel.app
- Clone the repository:
git clone https://github.com/ankitku3101/Personal-UI-Library.git
- Navigate to the project directory:
cd Personal-UI-Library - Install dependencies:
npm install
- Run the development server:
npm run dev
This project is open to contributions! If you'd like to add a component:
- Fork the repository and create a new branch.
- Add your component to the
componentsfolder, and ensure it follows a clean and reusable structure. - Submit a pull request, and I'll review it as soon as possible.
- Next.js - for server-side rendering and routing.
- Tailwind CSS - for utility-first styling.
This project is licensed under the MIT License.
Feel free to reach out for questions, suggestions, or collaborations.
Enjoy building with Just-Another-UI-Library!
Thank you for visiting the repository, and happy coding! 😄