R E T R O - U I.
- About
- Getting Started
- Usage
- List of components
- Deployment
- Built Using
- Authors
- Contribution
- Upcoming Features
Retro UI - CSS Component library for faster development. Design, build, and create rapidly with Retro UI's design system.
Please visit this link.
To run locally, run below command in git terminal.
git clone https://github.com/Naveenchandar/retro-ui.git
Once done with cloning, Open index.html in browser. You're good to go 🎉.
To use this project, Include link mentioned below in head tag of html or using import rule in stylesheet
<link rel="stylesheet" href="https://retro-ui-design.netlify.app/css/retro.css" />
(or)
@import url ("https://retro-ui-design.netlify.app/css/retro.css")
- Netlify - Netlify
- @Naveenchandar - Idea & Initial work
- Fork the project
- Create your feature branch (
git checkout -b feature/branch
). - Perfom desired changes needed to the code base.
- Stage all your changes (
git add .
) - Commit your changes with a proper commit message (
git commit -m 'Add some feature'
) - Push the changes to your branch (
git push origin feature/branch
) - Open new pull request
- Add appropriate title and description to your pull request explaining your changes and efforts done.
NOTE: Be sure to merge the latest from "upstream" before making a pull request!
- Dark / Light Mode
- Table Component
- Footer Component
- Label Component
- Pagination Component
- Popover Component
- Progress Component
- Timeline Component
show some love by starring this repo.