KUI CSS
Lightweight and beautiful library
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/kui">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/kui">
The native HTML elements get a boost so you don't need to write presentation classes mixed with your HTML.
KUI is completely modular so you can easily modify and test each part:
DocumentationInstall with bower and you will be able to integrate KUI into any project and make it work for you.
KUI is written in SCSS with many variables and classes (placeholders) to make it easy to extend.
GitHub$k-primary: #faa;
@import 'bower/kui/src/kui';
.call-to-action {
@extend %button;
}
Get the best experience for your users with many subtle and carefully crafted CSS transitions.
Fun fact: there's not a single line of JavaScript for controlling the multi-step form on the right ⇒
TestsKUI's mission is to be under 10kb of compressed CSS for a better and faster mobile load. Check the network usage of this page (F12).
If you love something set it free. This license allows you to use KUI in a broad variety of projects.
MIT License