@polkadot-ui/react
v0.0.1-alpha.35
Published
Functional React components for Polkadot dApps.
Downloads
1,033
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