This is a demo app.

TL;DR;

yarn
yarn compile

Go to a react app.

yarn add @andrew.oxenburgh/cool-button-demo-imported-react-button

Add a component something like this:

import {DemoButton} from 'cool-button-to-demo-imported-react-button'

<DemoButton label="button" backgroundColor="pink" onClick={()=>{alert('clicked')}}/>