The Arcade component UI library is a Open Sourced and a light CSS library to easily build your UI with pre-made components. Live Hosted Link - Arcade Library
Copy your Font Awesome Kit CDN and Arcade Component Library css link tags at the head of your project.
Font Awesome CDN -> import your FontAwesome CDN
Choose either the html or css version:
Arcade components.css for HTML ->
<link rel="stylesheet" href="https://nifty-tesla-85dda2.netlify.app/Components/components.css">
Arcade components.css for CSS ->
@import url("https://nifty-tesla-85dda2.netlify.app/Components/components.css")
If you have copied HTML version then paste it at the head tag of your HTML document. If you have copied CSS version then paste it at the top of you CSS file.
- HTML
- CSS
- JavaScript
-
Avatars
- Profile Avatars
- Text Avatars
-
Alerts
- Primary Alert
- Secondary Alert
- Signature Alert
- Error Alert
- Success Alert
- Warning Alert
-
Badges
- Text and icon Badges
- Status Badges on Profiles
-
Buttons
- Solid Buttons
- Outline Buttons
- Other Button Styles
- Icon Buttons
- Toggle Buttons
- Floating Action Button
-
Cards
- Card with Badge
- Card with Dismiss
- Card with Text overlay
- Vertical/Horizontal cards
- Cards with shadow
- Flexible/Responsive Card
-
Images
- Responsive Image
- Round Image
-
Input
- Default Input
- input with validation styles
-
Lists
- Spaced Lists
- Stacked Ordered Lists
- Stacked Unordered Lists
-
Navigation
- Simple Navbar
- Navbar
-
Modal
-
Rating
-
Toast
- Error Toast
- Succes Toast
- Warning Toast
-
Slider
-
Simple Grid Layout
-
Typography