Skip to content

cmutagorama/umucyo-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 😊