Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.11 KB

README.md

File metadata and controls

29 lines (18 loc) · 1.11 KB

Umucyo UI

CI semantic-release License: MIT

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 😊