Skip to content

v2.0.0

Choose a tag to compare

@pradel pradel released this 15 Nov 00:24
· 529 commits to master since this release

Go to https://react-responsive-modal.leopradel.com/#example to see how to create custom styling, animations etc..

Upgrade from v1 to v2 (breaking changes)

The way to use custom styling as been modified. Before you had to use the ``,... props, now you have a single classNames or `styles` prop. Example: `<Modal classNames={{ overlay: 'my-custom-overlay-class', modal: 'my-custom-modal-class' }}` />