react-material-modal

0.0.2 • Public • Published

React Modal Component

Start:

npm install react-material-modal --save

How to use react Modal

 <Modal
    size="md"
    title="Modal Header"
    show={ this.state.showing }
    close={ ()=> this.setState({ showing : false }) }
    headerStyle={ color: '#fff', backgroundColor: '#00796b' }
    bodyStyle={ color: '#000', backgroundColor: '#26a69a' }>
    
    <div style={{ textAlign: 'center' }}>
        <p>Modal Body</p>
    </div>
    
</Modal>

Enjoy it!

Readme

Keywords

Package Sidebar

Install

npm i react-material-modal

Weekly Downloads

1

Version

0.0.2

License

MIT

Last publish

Collaborators

  • oteroeiras