umucyo-ui
v1.6.0
Published
[![CI](https://github.com/cmutagorama/umucyo-ui/actions/workflows/main.yml/badge.svg)](https://github.com/cmutagorama/umucyo-ui/actions/workflows/main.yml) [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-
Downloads
4
Readme
Umucyo UI
Umucyo UI is a design system of minimalistic, tree-shakable set of components. Used TSDX to scaffold this library which comes with Storybook out of the box and Tailwind CSS for styling.
🔅 You can preview all available components here
Installing Umucyo UI
To use Umucyo UI components, all you need to do is install the umucyo-ui
package:
$ npm i umucyo-ui
Usage
To start using the components, import the component you want to use:
import { Pagination } from 'umucyo-ui'
function Example() {
return <Pagination />
}
Happy coding 😊