Amboo is a Material Design, free and open-source HTML, CSS and JS library.
- App Bar
- App Drawer with SubMenu
- Avatars
- Buttons
- Cards
- Floating Action Button
- List
- Material Icons
- Tab
- Modal
- Form
- Radius
- Color
- Size
- Shadow
- Typography
- Grid
- Flex
- Align
Add this in <head> section above your custom stylesheet
<!-- Amboo CSS -->
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/gh/MominRaza/Amboo@master/css/amboo.min.css"
/>Add this just above closing </body> tag
<!-- Amboo JS -->
<script src="https://cdn.jsdelivr.net/gh/MominRaza/Amboo@master/js/amboo.min.js"></script>