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
6
11
7
8
+
This repo is a fork of [react-electron-web-view](https://github.com/MarshallOfSound/react-electron-web-view)
9
+
12
10
## Installation
13
11
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.
12
+
The easiest way to use react-electron-webview is to install it from NPM and `require` or `import` it in your Electron application.
15
13
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
14
18
15
```
19
-
npm install react-electron-web-view --save
16
+
npm install @luxbit/react-electron-webview --save
20
17
```
21
18
22
19
Or for the hipsters out there
23
20
24
21
```
25
-
yarn add react-electron-web-view
22
+
yarn add @luxbit/react-electron-webview
26
23
```
27
24
28
25
@@ -32,7 +29,7 @@ All events and methods on the WebView element are proxied through react. You
32
29
find the documentation on these events and methods [here](https://www.electronjs.org/docs/api/webview-tag)
0 commit comments