@coatl/ui
v0.0.2
Published
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.
Downloads
1
Readme
CoatlUI
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.
Installation
Use the package manager npm to install CoatlUI.
npm install @coatl/ui
# or
yarn add @coatl/ui
# or
pnpm add @coatl/ui
Usage
@import "@coatl/ui";
html {
/* some css rules */
}
Components
- [x] button
- [x] input
- [x] textarea
- [x] select
- [x] checkbox
- [x] radio
- [x] switch
- [x] typography
- [x] list
- [x] table
- [x] blockquote
- [x] image and video
- [x] summary
- [x] details
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.