You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,5 @@ export default class App extends React.Component{
56
56
57
57
Everything else will be merged and you're free to apply any props you want. Minimum required props would be `show` and probably a className.
58
58
59
-
You have the option to call `this.refs.modal.show()` and `hide()` similar to other modals out there in react.
60
59
The big difference is that you can require the css from 'simple-react-modal/dist/modal' and easily add other classes that make it look however you like.
61
60
Customizing the style is easy, to target the actual content area it will be `.your-class div`.
0 commit comments