Skip to content

Commit c774a25

Browse files
Updates
0 parents  commit c774a25

File tree

3 files changed

+90
-0
lines changed

3 files changed

+90
-0
lines changed

build/bundle.e42a87bd.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/bundle.e42a87bd.js.LICENSE.txt

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
/*
2+
object-assign
3+
(c) Sindre Sorhus
4+
@license MIT
5+
*/
6+
7+
/*!
8+
* @overview es6-promise - a tiny implementation of Promises/A+.
9+
* @copyright Copyright (c) 2014 Yehuda Katz, Tom Dale, Stefan Penner and contributors (Conversion to ES6 API by Jake Archibald)
10+
* @license Licensed under MIT license
11+
* See https://raw.githubusercontent.com/stefanpenner/es6-promise/master/LICENSE
12+
* @version v4.2.8+1e68dce6
13+
*/
14+
15+
/*!
16+
* The buffer module from node.js, for the browser.
17+
*
18+
* @author Feross Aboukhadijeh <[email protected]> <http://feross.org>
19+
* @license MIT
20+
*/
21+
22+
/*!
23+
* regjsgen 0.5.2
24+
* Copyright 2014-2020 Benjamin Tan <https://ofcr.se/>
25+
* Available under the MIT license <https://github.com/bnjmnt4n/regjsgen/blob/master/LICENSE-MIT.txt>
26+
*/
27+
28+
/*! clipboard-copy. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
29+
30+
/*! https://mths.be/regenerate v1.4.2 by @mathias | MIT license */
31+
32+
/**
33+
* A better abstraction over CSS.
34+
*
35+
* @copyright Oleg Isonen (Slobodskoi) / Isonen 2014-present
36+
* @website https://github.com/cssinjs/jss
37+
* @license MIT
38+
*/
39+
40+
/**
41+
* Prism: Lightweight, robust, elegant syntax highlighting
42+
*
43+
* @license MIT <https://opensource.org/licenses/MIT>
44+
* @author Lea Verou <https://lea.verou.me>
45+
* @namespace
46+
* @public
47+
*/
48+
49+
/** @license React v0.15.0
50+
* scheduler.production.min.js
51+
*
52+
* Copyright (c) Facebook, Inc. and its affiliates.
53+
*
54+
* This source code is licensed under the MIT license found in the
55+
* LICENSE file in the root directory of this source tree.
56+
*/
57+
58+
/** @license React v16.9.0
59+
* react-dom.production.min.js
60+
*
61+
* Copyright (c) Facebook, Inc. and its affiliates.
62+
*
63+
* This source code is licensed under the MIT license found in the
64+
* LICENSE file in the root directory of this source tree.
65+
*/
66+
67+
/** @license React v16.9.0
68+
* react.production.min.js
69+
*
70+
* Copyright (c) Facebook, Inc. and its affiliates.
71+
*
72+
* This source code is licensed under the MIT license found in the
73+
* LICENSE file in the root directory of this source tree.
74+
*/

index.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<meta http-equiv="X-UA-Compatible" content="ie=edge">
7+
<title>string-to-react-component</title>
8+
<meta name="description" content="Convert string to react component dynamically. Rendering React Components from String. Create Dynamic React Components with String">
9+
</head>
10+
<body>
11+
<div id="rsg-root"></div>
12+
<script src="build/bundle.e42a87bd.js"></script>
13+
</body>
14+
</html>

0 commit comments

Comments
 (0)