Custom stylish CSS class based components designed for simplicity and reusability.
Use CDN Link:
<link rel="stylesheet" href="https://cdn.statically.io/gh/priyanshk20/ui-library/main/styles.css">
Clone from Github
git clone https://github.com/priyanshk20/ui-library.git
Components Available:
- Lists
- Buttons
- Navbar
- Header
- Section
- Footer
<a href="#" class=" link primary-link">Primary Button</a>
<a href="#" class=" link secondary-link">Secondary Button</a>
Heading for Hero Image
<header class="hero"> <img src="https://assets.website-files.com/5e51c674258ffe10d286d30a/5e5358878e2493fbea064dd9_peep-59.svg" class="hero-image" alt="heroimg"> <h1 class="hero-heading"><span style="color: #6C63FF;">Heading</span> for Hero Image</h1> </header>
White Section
This will have white background and Lorem ipsum dolor sit, amet consectetur adipisicing elit. Et reiciendis veritatis sed, saepe odit laborum?
Off White section
This will have off white background and Lorem ipsum dolor sit amet consectetur adipisicing elit. Eos, et. Aut nisi voluptatem saepe sed!
<section class="section"> <div class="container container-center"> <h1>White Section</h1> <p>This will have white background and Lorem ipsum dolor sit, amet consectetur adipisicing elit. Et reiciendis veritatis sed, saepe odit laborum?</p> </div> </section>
<section class="section section-off-white"> <div class="container container-center"> <h1>White Section</h1> <p>This will have white background and Lorem ipsum dolor sit, amet consectetur adipisicing elit. Et reiciendis veritatis sed, saepe odit laborum?</p> </div> </section>
MADE WITH ❤ BY Priyansh Khandelwal