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'`

Usage no npm install needed!

<script type="module">
  import bwLibrary from 'https://cdn.skypack.dev/bw-library';
</script>

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

  1. Clone the repo
  2. run yarn
  3. run yarn storybook