bw-library
v0.0.2
Published
This is a library of components to build a simple survey. ## How to use in your project ### To install `yarn add bw-library` or `npm i bw-library` ### To import in your project `import { Survey } from 'bw-library'`
Readme
BW Library
This is a library of components to build a simple survey.
How to use in your project
To install
yarn add bw-library or npm i bw-library
To import in your project
import { Survey } from 'bw-library'
To view the components in the library
- Clone the repo
- run
yarn - run
yarn storybook
