Skip to content

Commit 3e541bc

Browse files
authored
Merge pull request #97 from jupyterlab/react-widget-screencasts
Switch the order of the screencasts in the react example
2 parents b87db75 + b5118da commit 3e541bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

react/react-widget/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
This extension shows how to use the `ReactWidget` wrapper from `@jupyterlab/apputils` to use React in a JupyterLab extension.
66

7-
![react-widget](preview.gif)
7+
![react-widget](preview2.gif)
88

99
## Install
1010

@@ -32,4 +32,4 @@ jupyter lab --watch
3232

3333
It is possible to use the [React Developer Tools](https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi?hl=de) Chrome extension to inspect React components.
3434

35-
![react-dev-tools](preview2.gif)
35+
![react-dev-tools](preview.gif)

0 commit comments

Comments
 (0)