react-button-with-warning
v1.0.0
Published
A react button component with a warning when clicked
Downloads
7
Readme
react-button-with-warning
A react button component with a warning when clicked
Demo
Installation
npm install react-button-with-warning
Usage
import ButtonWithWarning from 'react-button-with-warning';
<ButtonWithWarning onClick={() => { console.log("I've been clicked"); }}>
Buy an expensive thing
</ButtonWithWarning>