Skip to content

DezUI/Docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DezUI

DezUI is a build fast, minimalistic & elegant css framework for starting projects with a minimalist and elegant design and easy to kickstart development of webapps and sites.

What's in the download?

DezUI/
├── index.html
├── css/
│   ├── core.css
│   └── core.min.css
└── assets/
    └── dotted.svg

Getting started

Install manual

Download the zip

<link rel="stylesheet" href="/css/core.css">
<link rel="stylesheet" href="/css/core.min.css">

Clone the repo

git clone https://github.com/dezui/dezui.git

Install package

npm i dezui@latest

Install from CDN

<link rel="stylesheet" href="https://unpkg.com/dezui@latest">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/dezui@latest">

License

All parts of DezUI are free to use and abuse under the open-source MIT license.

Contribution

We are open and very appreciative of anyone who would like to contribute to the development either by donating or taking the time to help develop this wonderful framework.