Skip to content

Commit c70d765

Browse files
docs(readme): replace CodeSandbox with StackBlitz
https://stackblitz.com/edit/html-react-parser
1 parent 2093eb1 commit c70d765

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import parse from 'html-react-parser';
2727
parse('<p>Hello, World!</p>'); // React.createElement('p', {}, 'Hello, World!')
2828
```
2929

30-
[Replit](https://replit.com/@remarkablemark/html-react-parser) | [JSFiddle](https://jsfiddle.net/remarkablemark/7v86d800/) | [CodeSandbox](https://codesandbox.io/s/940pov1l4w) | [TypeScript](https://codesandbox.io/s/html-react-parser-z0kp6) | [Vite](https://codesandbox.io/p/sandbox/html-react-parser-fg2jpw) | [Examples](https://github.com/remarkablemark/html-react-parser/tree/master/examples)
30+
[Replit](https://replit.com/@remarkablemark/html-react-parser) | [JSFiddle](https://jsfiddle.net/remarkablemark/7v86d800/) | [CodeSandbox](https://codesandbox.io/s/940pov1l4w) | [TypeScript](https://stackblitz.com/edit/html-react-parser) | [Vite](https://codesandbox.io/p/sandbox/html-react-parser-fg2jpw) | [Examples](https://github.com/remarkablemark/html-react-parser/tree/master/examples)
3131

3232
<details>
3333
<summary>Table of Contents</summary>

0 commit comments

Comments
 (0)