Skip to content

OmKakatkar/Ani-Design

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Developer friendly, minimalistic and responsive component library.
Currently in development

Documentation

Full documentation is available at ani-design.netlify.app.

Deployment

Netlify Status

Features

  • A wide range of components to suit all needs.
  • Utility classes for more more control.
  • A limited and minimalistic color pallete.
  • Consistent Font Sizing.

Demo

ani-demo image image

Tech Stack

  • The components are made with Pure CSS.
  • The documentation site is made with HTMl & CSS.

Run Locally

Clone the project

  git clone https://github.com/OmKakatkar/Ani-Design.git

Usage/Examples

Start using the library in any project by simply adding the following into the <head> of the html

 <!-- Ani-Design Stylesheet -->
        <link
            rel="stylesheet"
            href="https://ani-design.netlify.app/css/main.css"
        />
<!-- Ani-Design JS File -->
        <script defer src="https://ani-design.netlify.app/js/index.js"></script>

Notes

  • Ani-Design uses fontawesome v5.15.4 as its icon libray. If you are copying the code snippets, make sure you add your fontawesome CDN in the HTML.

Releases

No releases published

Packages

No packages published