MarshallOfSound / react-electron-web-view

A simple wrapper to make Electrons WebView compatible with React
MIT License
65 stars 30 forks source link

Example for events? #10

Closed archae0pteryx closed 7 years ago

archae0pteryx commented 7 years ago

Possible to add an example of using the events in the readme? Love what you're doing here!

archae0pteryx commented 7 years ago

If you have a moment, is it possible to give an example of using the events? Thank you.

MarshallOfSound commented 7 years ago

Believe I already answered this somewhere.

<WebView onWillNavigate={this._handler} />

Notice the camel cased event name