Skip to content

Commit 6a0a764

Browse files
committed
fixed readme
1 parent 6a13776 commit 6a0a764

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,5 @@ export default class App extends React.Component{
5656

5757
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.
5858

59-
You have the option to call `this.refs.modal.show()` and `hide()` similar to other modals out there in react.
6059
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.
6160
Customizing the style is easy, to target the actual content area it will be `.your-class div`.

0 commit comments

Comments
 (0)