We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a5e6cf commit cab1472Copy full SHA for cab1472
README.md
@@ -31,6 +31,16 @@ Parser('<p>Hello, world!</p>');
31
$ npm install html-react-parser
32
```
33
34
+Or you can download the script from a CDN:
35
+
36
+```html
37
+<!-- HTMLReactParser depends on React -->
38
+<script src="https://unpkg.com/react@latest/dist/react.min.js"></script>
39
+<script src="https://unpkg.com/html-react-parser@latest/dist/html-react-parser.min.js"></script>
40
+```
41
42
+See more [examples](https://github.com/remarkablemark/html-react-parser/tree/master/examples).
43
44
## Usage
45
46
Render to DOM:
0 commit comments