An open API service indexing awesome lists of open source software.

https://github.com/yoru-ui/yoru-ui

A Project For React UI Component
https://github.com/yoru-ui/yoru-ui

acces react react-components react-ui ui-components

Last synced: 15 days ago
JSON representation

A Project For React UI Component

Awesome Lists containing this project

README

          

# 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

```bash

pnpm new:pkg

```
#### Run Storybook

```bash

pnpm storybook

```
#### Build Command

```bash

pnpm run build

```
## Testing

To test your code use

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

```bash

pnpm test:coverage

```

For Testing with spesific workspace, please use :

```bash

test:workspace workspace-name

```