1.0.3 • Published 3 years ago

@andrew.oxenburgh/cool-button-demo-imported-react-button v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

This is a demo app.

TL;DR;

yarn
yarn compile

Go to a react app.

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

Add a component something like this:

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

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