HTML
Getting Started
A pure HTML/CSS component library with zero JavaScript dependencies.
Getting Started with HTML Components
Welcome to the HTML version of coss ui - a collection of beautifully designed pure HTML/CSS components.
Why HTML Components?
- Zero JavaScript - No framework dependencies
- Copy & Paste - Just grab the HTML and CSS
- Lightweight - Minimal footprint for your projects
- Accessible - Built with a11y in mind
Installation
Simply copy the component's HTML and CSS into your project. No build step required.
<!-- Include the component CSS -->
<link rel="stylesheet" href="path/to/coss-ui.css">
<!-- Use the component -->
<button class="btn btn-primary">Click me</button>