1.6.0 ā€¢ Published 1 year ago

umucyo-ui v1.6.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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 šŸ˜Š

1.6.0

1 year ago

1.5.0

2 years ago

1.4.0

2 years ago

1.3.0

2 years ago

1.2.0

2 years ago