1.0.0 • Published 8 years ago
react-button-with-warning v1.0.0
react-button-with-warning
A react button component with a warning when clicked
Demo

Installation
npm install react-button-with-warningUsage
import ButtonWithWarning from 'react-button-with-warning';
<ButtonWithWarning onClick={() => { console.log("I've been clicked"); }}>
Buy an expensive thing
</ButtonWithWarning>1.0.0
8 years ago