Elevate-UI is a utility-first styling framework with classes like flex
, grid
, mx-md
etc. It helps you to build the front-end of your web App in no time.
Furthermore, it also includes plenty of Components build on top of utility classes. That means just grab the code, put it under your codebase, make personalized adjustments using utility Classes and you're good to go. 🚀🚀🚀
- Avatar
- Alert
- Badge
- Button
- Cards
- Image
- Input
- Forms
- Lists
- Navigation
- Modal
- Rating
- Slider
- Toast
- Text Utilities
- Grid Utility
Go to Installation Section of Elevate UI.
And just follow the instructions to feel elevate-ui in your application.
Below are the directions for walking through the code maze -
-
It Provides the basic layout of our application including
Header
,Sidebar
,Navbar
andDocumentation
area. -
It collects all
CSS
to be used in Elevate-UI and helps in linking just one single file inindex.html
-
Components is the folder containing the component pages which includes component documentation, code example and list of variants in nav.html, along with their dedicated css file.
-
It includes all the extra
CSS
such asreset.css
andsidebar.css
which is needed to build elevate-ui but is not relevant to the user importing elevate-ui. -
It contains script to embed the components documentation file inside
<main></main>
ofindex.html
and navigation file inside<nav></nav>
. when the click event is triggeredon sidebar item. -
includes images to demonstrate the components in documentation.