Skip to content

A library of components made using html, css and vanilla JS. Import the library and wrap your elements with pre-defined classes to implement the components.

Notifications You must be signed in to change notification settings

shrey27/Component-Library-NeogCamp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apollo-UI

Apollo-UI is a one stop solutions to all your styling needs. It is modular, clean and integrates smoothly with any framework and library. All the elements are made using HTML, Vanilla CSS and Vanilla JS. Go through this documentaion to learn more about each component and how to use them.

Apollo-UI

Components added:

  • Alert
  • Avatar
  • Badge
  • Button
  • Card
  • Drawer
  • Grid
  • Hamburger menu(Sidebar)
  • Image
  • Input
  • Modal
  • Navbar
  • Toast
  • Rating Field

How to use this library?

In order to apply apollo-ui components to your project, copy the below link tags and place them inside the head tag of your html, above all other imported style sheets. First tag imports the styling from apollo-ui and second tag imports font-awesome icons into your code.

<link rel="stylesheet" href="https://apolloui-neog.netlify.app/utility/common.css""/>
<link
  rel="stylesheet"
  href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css"
  integrity="sha512-Fo3rlrZj/k7ujTnHg4CGR2D7kSs0v4LLanw2qksYuRlEzO+tcaEPQogQ0KaoGN26/zrn20ImR1DfuLWnOo7aBA=="
  crossorigin="anonymous"
  referrerpolicy="no-referrer"
/>

Checkout these screenshots for more info.

Homepage

Click on Docs to get started

Installation

Installation links

The Typography used in the library

Check the color palette and typography used in the library

Access the Components

Checkout the components from the side bar

Get the sample output code snippet

To get the code snippet for the displayed output click on the copy icon of the output widget

About

A library of components made using html, css and vanilla JS. Import the library and wrap your elements with pre-defined classes to implement the components.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published