@polkadot-ui/test-react
v0.0.2
Published
Functional React components for Polkadot dApps.
Downloads
3
Maintainers
Readme
Polkadot UI: React
Core React components. Using SCSS, Typescript etc. Built using Rollup, and publishable to NPM.
Managing the Package
Start the development server for real-time component feedback.
pnpm run dev
Build the package into an optimised Rollup build.
pnpm run build
Publish the package to NPM.
cd dist && npm publish --access public