@bosonprotocol/react-kit
v0.35.0
Published
React toolkit with smart components and hooks for building on top of the Boson Protocol.
Downloads
3,282
Keywords
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-kit
Usage
import { hooks, CommitButton } from "@bosonprotocol/react-kit";
// TODO
Local development
Install dependencies if you haven't already by running in the root of this monorepo
npm ci
Run storybook
Build the sdks of this monorepo by running in the root
npm run build
Start the storybook
npm run storybook