cmutagorama / umucyo-ui

Umucyo UI is a design system of minimalistic set of components πŸ”¦

Home Page:https://umucyo-ui.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 😊

About

Umucyo UI is a design system of minimalistic set of components πŸ”¦

https://umucyo-ui.netlify.app

License:MIT License


Languages

Language:TypeScript 81.2%Language:CSS 9.4%Language:JavaScript 8.6%Language:HTML 0.8%