A simple css library for creating beautiful user interfaces using simple html tags without the need of writing any css code or using any css classes.
Use the package manager npm to install CoatlUI.
npm install @coatl/ui
# or
yarn add @coatl/ui
# or
pnpm add @coatl/ui@import "@coatl/ui";
html {
/* some css rules */
}Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.