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
- Host: GitHub
- URL: https://github.com/yoru-ui/yoru-ui
- Owner: yoru-ui
- License: mit
- Created: 2022-08-04T14:44:06.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-09T07:17:13.000Z (about 3 years ago)
- Last Synced: 2025-10-24T04:30:36.314Z (3 months ago)
- Topics: acces, react, react-components, react-ui, ui-components
- Language: TypeScript
- Homepage:
- Size: 153 KB
- Stars: 5
- Watchers: 0
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: ReadMe.md
- License: LICENSE
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
```