Skip to content

vinc3nati/shinobi-UI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


logo

licence forks stars issues pull-requests total lines of code

Modern, Light weight styling library

Website | Help us grow


Sr. No. Title
1. Project Demo
2. Starting Guide
3. Components
4. Tech Stack
5. Contributing Guide

Demo

demo video

Starting Guide

Include CSS file in your <head> tag

<link rel="stylesheet" href="https://shinobi-ui.netlify.app/component.25132a91.css"/>

OR

Import CSS file in your style.css

@import url("https://shinobi-ui.netlify.app/component.25132a91.css");

Include the Javascript file at the end of your <body> tag in html file.

<script src="https://shinobi-ui.netlify.app/repo.b72b64c2.js"></script>

Components

Technologies Used

  • HTML
  • CSS
  • JavaScript

Contributing Guidelines

Contribution is the key factor of growth be it from a person, environment, experience and that's what is required for this library to grow.
"बूंद बूंद से ही सागर भरे" which translates to "Drop by drop fill the ocean" with this let's start contributing.

  • Fork the project
  • Create a "feature" branch.
git checkout -b <branch-name>
  • Stage the changed files and commit the feature
git add .
git commit -m "Brief commit message"
  • Push the changes to your remote repository
git push -u origin <feature-branch>

Thank You 🙏