Shield is a simple and colorful css library.
Place this link in your html head tag
<link rel="stylesheet" href="https://shieldui.netlify.app/css/shield.css" />
Import this link in the top of your css file
@import url("https://shieldui.netlify.app/css/shield.css");
This library is dependent on font awesome icon.
So you have to import font awesome in your project for this library to function properly.
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css"
/>
- Avatar
- Badge
- Alert
- Button
- Card
- Image
- Input
- Text Utilities
- List
- Modal
- Snackbar
- Rating
- Navigation
- Grid