Skip to content
This repository was archived by the owner on May 21, 2024. It is now read-only.
/ devgrace Public archive

πŸš€ A monorepo library that provides a variety of UI components, custom hooks, and utility functions

License

Notifications You must be signed in to change notification settings

Team-Grace/devgrace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d060e51 Β· May 8, 2024
May 8, 2024
May 8, 2024
Aug 18, 2023
Aug 16, 2023
May 7, 2024
May 8, 2024
May 8, 2024
Aug 16, 2023
Apr 29, 2024
Aug 20, 2023
Apr 20, 2024
Apr 19, 2024
Apr 19, 2024
May 7, 2024
Nov 11, 2023
Aug 16, 2023
May 1, 2024
Aug 16, 2023
Apr 22, 2024
Apr 22, 2024
Apr 28, 2024
Apr 20, 2024
Apr 29, 2024
Aug 31, 2023
May 7, 2024

Repository files navigation


@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.


Documentation

The official documentation for @devgrace can be found on the website below.


Usage

@devgrace/react

  • A library that provides useful Components and Custom Hooks related to React.
npm i @devgrace/react
yarn add @devgrace/react
pnpm i @devgrace/react

@devgrace/utils

  • A library that provides useful Utility functions related to client development.
npm i @devgrace/utils
yarn add @devgrace/utils
pnpm i @devgrace/utils

@devgrace/ui

  • A library that provides React UI Components. (Example: Button, Select, Checkbox)
npm i @devgrace/ui
yarn add @devgrace/ui
pnpm i @devgrace/ui

@devgrace/types

  • A library that provides useful utility types.
npm i @devgrace/types
yarn add @devgrace/types
yarn add @devgrace/ui

Tests

yarn test
  • You can run tests with vitest and react-testing-library.
yarn typecheck
  • You can run type check.
yarn storybook
  • You can run UI tests with storybook.

Contributing

All contributions are appreciated, and anyone is welcome to contribute to the library. Contributing Guide

Contributors



Environment

  • React, TypeScript, @emotion
  • Vitest, React-Testing-Library, Storybook
  • Rollup, ESBuild
  • Yarn Berry & Workspaces
  • Lerna 4 (for Versioning & Publishing)
  • docusaurus (documentation)

License

MIT Β© devgrace. See LICENSE for details.