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.
DezUI/
├── index.html
├── css/
│ ├── core.css
│ └── core.min.css
└── assets/
└── dotted.svg
<link rel="stylesheet" href="/css/core.css">
<link rel="stylesheet" href="/css/core.min.css">
git clone https://github.com/dezui/dezui.git
npm i dezui@latest
<link rel="stylesheet" href="https://unpkg.com/dezui@latest">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/dezui@latest">
All parts of DezUI are free to use and abuse under the open-source MIT license.
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.