Provide a modular CSS library for designing web applications with a distinct terminal user interface aesthetic.
This project is a modular CSS library that allows developers to bring terminal-inspired UI designs to the browser. You can install it with `npm i @webtui/css` or `bun i @webtui/css`, then import it using `@import '@webtui/css';` in your global CSS file after defining `@layer` rules. It includes various themes, like Nord and Catppuccin, and provides styles for common HTML elements such as `<button>` and `<div>` with specific utility attributes.
Provide a modular CSS library for designing web applications with a distinct terminal user interface aesthetic.
Web developers looking to quickly style their applications with a retro, terminal-style aesthetic should use this library.