We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f380dab commit 4806f35Copy full SHA for 4806f35
1 file changed
README.md
@@ -148,6 +148,12 @@ $ npm install --save react-interactive
148
```
149
```javascript
150
import Interactive from 'react-interactive';
151
+// OR
152
+var Interactive = require('react-interactive');
153
+```
154
+Or use the UMD build that's available on unpkg (the component will be available to use as `Interactive`):
155
+```html
156
+<script src="https://unpkg.com/react-interactive/dist/ReactInteractive.min.js"></script>
157
158
159
## API
0 commit comments