Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 597 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 597 Bytes

@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