@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
Components
andCustom Hooks
related to React.
npm i @devgrace/react
yarn add @devgrace/react
pnpm i @devgrace/react
- A library that provides useful
Utility functions
related to client development.
npm i @devgrace/utils
yarn add @devgrace/utils
pnpm i @devgrace/utils
- A library that provides
React UI Components
. (Example:Button
,Select
,Checkbox
)
npm i @devgrace/ui
yarn add @devgrace/ui
pnpm i @devgrace/ui
- A library that provides useful utility types.
npm i @devgrace/types
yarn add @devgrace/types
yarn add @devgrace/ui
yarn test
- You can run tests with
vitest
andreact-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.