Koochak is a minimal and lightweight CSS framework, optimized to be easily used on small open-source projects. Default markups are used to select elements and apply a number or minimalistic styles.
Koochak is not meant to be a fullstack UI framework. That's the key reason of being super fast and effieinet on small projects.
The limited number of supported elements, for the time being, are as follow:
- Reset
- Typography
- Grid
- Button
- Alert
- Table
- Form
- Helpers
Feel free to use Koochak into your great projects, via one of the following methods.
Add the below link to the <head>
area of your pages.
<link href="https://cdn.rawgit.com/peyman3d/koochak/V[X.Y.Z]/dist/koochak.css" rel="stylesheet" type="text/css"/>
Clone this repository using the below address, into your local machine:
https://github.com/peyman3d/koochak.git
$ npm install koochak
Or simply download the latest release file and enjoy using it.
Koochak is open-sourced and licensed under the MIT license.