1.0.2 • Published 2 years ago

@pollum-io/pegasys-components v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

pegasys-components

Ui Kit for Pegasys DEX.

Check out the full interface here.

development flow

  1. do yarn in components
  2. do yarn link in components
  3. do yarn link "@pollum-io/pegasys-components" in the project where you want to use components
  4. do yarn dev which will watch for any files changes and recompiles files

Incase react hook violation error comes, in that case follow below steps also.

  1. do yarn link in <project_root>/node_modules/react.
  2. do yarn link react in components which will symlink react which are being used by project.

Publish flow

  • do yarn publish which will build the components and publish to npm.