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
To use Umucyo UI components, all you need to do is install the umucyo-ui
package:
$ npm i umucyo-ui
To start using the components, import the component you want to use:
import { Pagination } from 'umucyo-ui'
function Example() {
return <Pagination />
}
Happy coding 😊