Ui-Components repository is a collection of most commonly used UI elements like navbars, loaders,carousels ,modals , cards, badges , avatars etc. Happy coding 😊 🎉
- Ganesh sahu
- Vishnu Nanduri Jayant
- Sukarayam Janjua
- Akshay Jadhav
- Mayank Agarwal
- Akshit Garg
- Shivesh Nandan
- Mahak Garg
- Gunjan Raj Tiwari
- Hemanth Kumar Singh
- Shreya Rajpal
if (youLiked) {
starThisRepository();
}
Click on Start Hacking
Log-In in using your GitHub account
If you don't have then create one
git clone https://github.com/<your-github-username>/UI-Components
- Navigate to the project directory.
cd UI-Components
- Create a new branch.
git checkout -b <your_branch_name>
- Make changes.
- Stage your changes and commit
git add -A
git commit -m "<your_commit_message>"
- Push your local commits to the remote repo.
git push -u origin <your_branch_name>
- Create a Pull Request.
- Congratulations! 🎉 you've made your contribution.