A lightweight CSS class library for Tailwind CSS that lets you copy, paste, and style reusable UI patterns with semantic class names. Includes built-in theming via attributes and ready light/dark CSS modes for consistent updates site-wide.
Drop in semantic class names to build pages quickly without repeating long utilities.
Tweak styles with Tailwind utilities or built-in attributes to match your design.
Adjust a centralized theme config so changes propagate consistently across components.
Choose light, dark, or combined mode using the provided ready-to-use CSS files.
Use a standalone CSS file without installing extra packages in your project.
Speed up marketing sites with responsive UI blocks for landing pages and portfolios.
This is a CSS-first UI library built around reusable, semantic class names so you can assemble interfaces without constantly rewriting the same utility strings. It’s aimed at developers and designers who want consistency across a site while keeping day-to-day markup simple. Instead of a component framework dependency, you apply a predefined class layer and then tailor results with utilities when needed. It’s especially useful when you’re building static or server-rendered HTML screens and want a repeatable styling approach that still feels flexible. The system is designed to work alongside Tailwind CSS while letting you standardize common patterns across a project.
You can apply theme changes broadly through a centralized configuration approach, then fine-tune specific areas using data attributes. Theme mode support is provided via separate, ready-to-use CSS files for light, dark, or a combined approach, making it straightforward to standardize appearance across pages without rewriting markup.