Minimal, customizable, and user friendly component library built using HTML, CSS, and Javascript.
Get Started
Report a Bug
·
Request a Feature
- You can add this line into your html code to use the components inside the library.
<link
rel="stylesheet"
href="https://ripple-ui.netlify.app/css/components.css"
/>
- You can also import it in your css file.
@import url("https://ripple-ui.netlify.app/css/components.css");
✅ Alerts
✅ Avatars
✅ Badges
✅ Buttons
✅ Cards
✅ Chips
✅ Drawers
✅ Grids
✅ Images
✅ Inputs
✅ Lists
✅ Modals
✅ Navigation
✅ Rating
✅ Slider
✅ Snackbars
✅ Typography
✅ Tabs
- Html
- CSS
- Javascript