1.0.2 • Published 4 years ago
@pollum-io/pegasys-components v1.0.2
pegasys-components
Ui Kit for Pegasys DEX.
Check out the full interface here.
development flow
- do
yarnin components - do
yarn linkin components - do
yarn link "@pollum-io/pegasys-components"in the project where you want to use components - do
yarn devwhich will watch for any files changes and recompiles files
Incase react hook violation error comes, in that case follow below steps also.
- do
yarn linkin<project_root>/node_modules/react. - do
yarn link reactin components which will symlink react which are being used by project.
Publish flow
- do
yarn publishwhich will build the components and publish to npm.