Skip to content

shobit1337/cloud-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CloudUI logo

Cloud UI

CSS based Component + Utility based UI Library, Small and easy to load.
Explore Cloud UI docs »

Report bug · Request feature

Cloud UI

This is an open source library, everyone is most welcome to contribute. Feel free to suggest any new feature, report bugs, send pull requests.

Table of contents

Quick start

  • Link this css to your website: <link rel="stylesheet" href="https://cloud-ui-css.netlify.app/css/main.css">
  • To make sure every component is functional, You also need to import the following script <script src="https://cloud-ui-css.netlify.app/js/starrating.js"></script>
  • You are free to use your custom styles just link them after the cloud ui link tag.

Read the Getting started page for information on the implementing it on your own website/project.

What's included

Within the download you'll find the following directories and files.

Contents
cloud-ui/
├── css/
│   ├── components/
│   │   ├── alert.css
│   │   ├── avatar.css
│   │   ├── badge.css
│   │   ├── button.css
│   │   ├── card.css
│   │   ├── grid.css
│   │   ├── image.css
│   │   ├── input.css
│   │   ├── list.css
│   │   ├── modal.css
│   │   ├── navbar.css
│   │   ├── slider.css
│   │   ├── starrating.css
│   │   └── toast.css
│   ├── utilities/
│   │   ├── border.css
│   │   ├── colors.css
│   │   ├── display.css
│   │   ├── margin.css
│   │   ├── padding.css
│   │   └── text.css
│   ├── main.css
│   ├── reset.css
│   └── variables.css
└── js/
    └── starrating.js

Running documentation locally and Contributing

  • Clone this repo: git clone https://github.com/shobit1337/cloud-ui.git
  • Run with Live Server
  • Start Live server to view the live preview and make changes accordingly.

Read the Getting started page for information on the implementing it on your own website/project.

Creator

Shobit Deshwal

Thanks

Netlify

Thanks to Netlify for providing us with Deploy Previews!

License

Code released under the MIT Licence.