yoru-ui / yoru-ui

A Project For React UI Component

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Yoru-ui Component (WIP)

Yoru -「夜 」 it means night 🌙 in japanese is Project for React UI components built with React and Emotion

📋 Instructions

Generate new Components

If you want to create new component please use this command, we already provide some template for creating new component

pnpm new:pkg

Run Storybook

pnpm storybook

Build Command

pnpm run build

Testing

To test your code use

pnpm test to run jest testing suite. For coverage, please use :

pnpm test:coverage

For Testing with spesific workspace, please use :

test:workspace workspace-name

About

A Project For React UI Component

License:MIT License


Languages

Language:TypeScript 92.8%Language:JavaScript 5.6%Language:Handlebars 1.6%Language:Shell 0.1%