@thevsstech/react-material-confirm-dialog
v1.0.3
Published
Shows material design confirm dialog
Downloads
1
Readme
@thevsstech/react-material-confirm-dialog
Shows material design confirm dialog
Install
npm install --save @thevsstech/react-material-confirm-dialog
Usage
import React, { Component } from 'react'
import MyComponent from '@thevsstech/react-material-confirm-dialog'
import '@thevsstech/react-material-confirm-dialog/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © thevsstech