Skip to content

SAKANA7/sagu-ui

Repository files navigation

React Library Starter

This project is a boilerplate for a React UI library.

What is inside?

Available commands

  • build: build the files in the lib directory
  • storybook: run the storybook at the address localhost:6006
  • prettier:check: check formatting on all src directory
  • prettier:format: formats all src directory

Project structure

/.storybook
/lib
/src
├── index.ts
├── packages
|   ├── index.ts
|   ├── Button
|   |   ├── index.tsx
|   |   ├── stories.tsx
|   |   └── styles.ts
├── styles
|   ├── global.ts
|   ├── theme.ts

About

It's a simple React UI

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.4%
  • JavaScript 1.2%
  • Handlebars 0.4%