Cloud UI is a lightweight CSS library which provides an effortless way to design web pages without worrying about consistency and responsiveness.
- HTML
- CSS
- JAVASCRIPT
Copy paste the following links in your html and you are ready to go.
Paste be below link in the <head>
section
<link
rel="stylesheet"
href="https://cloud-uii.netlify.app/css/components.css"
/>
To ensure proper working of some components add the below code above closing <body>
tag
<link rel="stylesheet" href="https://cloud-uii.netlify.app/js/main.js" />
- Avatar
- Alert
- Badge
- Button
- Card
- Image
- Input
- Modal
- Simplified Grid
- Toast
Documentation for CloudUI