@osallou/react-confirm-button
v1.0.0
Published
Add React Bootstrap button with confirmation/cancel
Downloads
1
Readme
react-confirm-button
Add button with confirmation
Install
npm install --save react-confirm-button
Usage
import React, { Component } from 'react'
import MyComponent from 'react-confirm-button'
import 'react-confirm-button/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © osallou