@devgrace is an open source library that provides useful React UI Components, React Custom Hooks, and various Utility Functions.
π We're still working on the v1.0.0 release.
The official documentation for @devgrace can be found on the website below.
- A library that provides useful
ComponentsandCustom Hooksrelated to React.
npm i @devgrace/reactyarn add @devgrace/reactpnpm i @devgrace/react- A library that provides useful
Utility functionsrelated to client development.
npm i @devgrace/utilsyarn add @devgrace/utilspnpm i @devgrace/utils- A library that provides
React UI Components. (Example:Button,Select,Checkbox)
npm i @devgrace/uiyarn add @devgrace/uipnpm i @devgrace/ui- A library that provides useful utility types.
npm i @devgrace/typesyarn add @devgrace/typesyarn add @devgrace/uiyarn test- You can run tests with
vitestandreact-testing-library.
yarn typecheck- You can run
type check.
yarn storybook- You can run UI tests with
storybook.
All contributions are appreciated, and anyone is welcome to contribute to the library. Contributing Guide
- React, TypeScript, @emotion
- Vitest, React-Testing-Library, Storybook
- Rollup, ESBuild
- Yarn Berry & Workspaces
- Lerna 4 (for Versioning & Publishing)
- docusaurus (documentation)
MIT Β© devgrace. See LICENSE for details.
