We welcome your help to make this component better. This document will help to streamline the contributing process and save everyone's precious time.
This component has been setup with React CDK. Refer React CDK documentation) to get started with the development.
You can start the built-in storybook and play with this addon. Do this for that:
npm i
npm run storybook
Storybook lives inside the example
directory and source code lives in src
directory.
Adding a new knob is pretty easy. First you need to add the story side API to the src/index.js
.
Then you need to write the UI component to show/edit this knob inside src/types
directory. Have a look at existing types for more information.