1.2.0 • Published 2 years ago

dezui v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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.

npm.io

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.