@bosonprotocol/react-kit
v0.42.3
Published
React toolkit with smart components and hooks for building on top of the Boson Protocol.
Downloads
1,014
Readme
@bosonprotocol/react-kit
JS lib that contains a set of react components and hooks to provide building blocks for interacting with the Boson Protocol.
Installation
npm install @bosonprotocol/react-kitUsage
import { hooks, CommitButton } from "@bosonprotocol/react-kit";
// TODOLocal development
Install dependencies if you haven't already by running in the root of this monorepo
npm ciRun storybook
Build the sdks of this monorepo by running in the root
npm run buildStart the storybook
npm run storybook