davidmfoley / react-router-modal

Simple modals for react-router 4
MIT License
153 stars 20 forks source link

Implement boostrap style and animation #23

Closed phuthuycoding closed 6 years ago

phuthuycoding commented 6 years ago

Hi, I want implement like bootstrap 3 style please help me how to use it.

Thanks.

davidmfoley commented 6 years ago

Hello.

You can customize the styling of modals using the various class name properties on ModalContainer (applies to all modals) or by setting the properties on Modal, ModalLink, or ModalRoute. Then it is up to you to create CSS that implements the styles for those class names. The included CSS is a very basic starting point -- https://github.com/davidmfoley/react-router-modal/blob/master/css/react-router-modal.css