p3yman / koochak

A minimal & lightweight CSS framework

Home Page:https://peyman3d.github.io/koochak

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Koochak - A minimal & lightweight CSS framework

Github All Releases Github file size Semver Forks Forks npm license

Koochak

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.

Elements

The limited number of supported elements, for the time being, are as follow:

  • Reset
  • Typography
  • Grid
  • Button
  • Alert
  • Table
  • Form
  • Helpers

Installation

Feel free to use Koochak into your great projects, via one of the following methods.

CDN

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

Clone this repository using the below address, into your local machine:

https://github.com/peyman3d/koochak.git

Using npm

$ npm install koochak

Download

Or simply download the latest release file and enjoy using it.

License

Koochak is open-sourced and licensed under the MIT license.

About

A minimal & lightweight CSS framework

https://peyman3d.github.io/koochak

License:MIT License


Languages

Language:CSS 61.6%Language:HTML 33.5%Language:JavaScript 4.9%