Kubu is a lightweight, flexible CSS framework designed to streamline your web development process. With Kubu, you can quickly build responsive and stylish web interfaces without the hassle of writing extensive custom CSS.
You can install Kubu via npm or by including the minified CSS file directly in your HTML.
npm install kubu-cssTo use Kubu in your project, simply include the CSS file in your HTML file or import it into your Sass/Less files.
<link rel="stylesheet" href="path/to/kubu.min.css">@import 'path/to/kubu';@import 'path/to/kubu';- Grid System: Kubu comes with a responsive 12-column grid system, making layout design a breeze.
- Typography: Easily apply typography styles with pre-defined classes for headings, paragraphs, and more.
- Buttons: Customize buttons with ease using predefined button classes and color themes.
- Forms: Style your forms quickly with Kubu's pre-styled form components.
- Utilities: Kubu includes a variety of utility classes for margin, padding, colors, and more to speed up your development process.
While Kubu comes with a default set of styles, you can easily customize it to fit your project's needs. Simply override the default variables or extend the existing styles to create your own unique look and feel.
We welcome contributions from the community! Whether it's reporting bugs, suggesting features, or submitting pull requests, your help is greatly appreciated. Please read our contribution guidelines before getting started.
Kubu is licensed under the MIT License.
Feel free to expand and customize this README according to your specific project requirements and guidelines.