kromacss

KromaCSS

Latest Version Downloads Status CodeQL npm version npm downloads License: CC BY-ND 4.0

KromaCSS is a modern, lightweight, and dependency-free CSS framework designed for simplicity, speed, and adaptability. Built with the latest CSS features and enhanced by vanilla JavaScript, KromaCSS offers a robust collection of responsive, modular components. Ideal for developers who want efficient, adaptable styling for both personal and commercial projects without the need for any extra requirements.


🚀 Key Features


🛠️ How to Use KromaCSS

Include the following lines in your HTML file to load KromaCSS.

<!-- KromaCSS Stylesheet -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/altxriainc/kromacss@latest/src/css/bundle.css">

<!-- KromaCSS JavaScript -->
<script src="https://cdn.jsdelivr.net/gh/altxriainc/kromacss@latest/src/js/bundle.js"></script>

Step 2: Install via NPM

You can also install KromaCSS via npm:

npm install kromacss

Then import KromaCSS into your JavaScript or CSS project:

Import CSS and JavaScript in Your JavaScript File

// Import KromaCSS styles
import 'kromacss/src/css/bundle.css';

// Import KromaCSS functionality
import 'kromacss/src/js/bundle.js';

Directly Include Files in HTML (Post npm Install)

If not using a bundler, link the installed files directly in your HTML:

<!-- KromaCSS Stylesheet -->
<link rel="stylesheet" href="node_modules/kromacss/src/css/bundle.css">

<!-- KromaCSS JavaScript -->
<script src="node_modules/kromacss/src/js/bundle.js"></script>

Step 2: Add Components

KromaCSS provides ready-to-use components. For example, to create a button:

<button class="btn" data-variant="secondary">Click Me</button>

Explore more components and utilities in the Documentation.


🧩 Supported Components

Layout & Structure

Inputs & Forms

Feedback & Indicators

Interactive Elements

Media & Visuals

Each component is designed to be adaptive and responsive, ensuring a seamless experience across all devices.


🔍 Project Status

Closed Issues Addon Issues Enhancement Issues Bug Issues


📜 License and Usage

KromaCSS is free to use for both personal and commercial projects. However, KromaCSS itself cannot be resold or distributed as a standalone product.


🤝 Contributors

Developed and maintained by Altxria Inc. with contributions from a growing community of passionate developers.

Contributors

See All Contributors


❤️ Support KromaCSS

If you find KromaCSS useful, consider sponsoring us to support ongoing development and new features!

Sponsor KromaCSS

ko-fi