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
__A simple wrapper of the Electron WebView element to allow it's magical props in React__
10
9
11
10
11
+
This repo is a fork of [react-electron-web-view](https://github.com/MarshallOfSound/react-electron-web-view)
12
+
12
13
## Installation
13
14
14
-
The easiest way to use react-electron-web-view is to install it from NPM and `require` or `import` it in your Electron application.
15
+
The easiest way to use react-electron-webview is to install it from NPM and `require` or `import` it in your Electron application.
15
16
16
-
You can also use the standalone build by including `dist/react-electron-web-view.js` in your page. If you use this, make sure you have already included React, and it is available as a global variable.
17
17
18
18
```
19
-
npm install react-electron-web-view --save
19
+
npm install @luxbit/react-electron-webview --save
20
20
```
21
21
22
22
Or for the hipsters out there
23
23
24
24
```
25
-
yarn add react-electron-web-view
25
+
yarn add @luxbit/react-electron-webview
26
26
```
27
27
28
28
@@ -32,7 +32,7 @@ All events and methods on the WebView element are proxied through react. You
32
32
find the documentation on these events and methods [here](https://www.electronjs.org/docs/api/webview-tag)
0 commit comments