Skip to content

Commit effe4a3

Browse files
Deploy to GitHub pages
0 parents  commit effe4a3

File tree

3 files changed

+123
-0
lines changed

3 files changed

+123
-0
lines changed

build/bundle.555bda66.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.555bda66.js.LICENSE.txt

Lines changed: 108 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,108 @@
1+
/*
2+
object-assign
3+
(c) Sindre Sorhus
4+
@license MIT
5+
*/
6+
7+
/*!
8+
Copyright (c) 2018 Jed Watson.
9+
Licensed under the MIT License (MIT), see
10+
http://jedwatson.github.io/classnames
11+
*/
12+
13+
/*!
14+
* @overview es6-promise - a tiny implementation of Promises/A+.
15+
* @copyright Copyright (c) 2014 Yehuda Katz, Tom Dale, Stefan Penner and contributors (Conversion to ES6 API by Jake Archibald)
16+
* @license Licensed under MIT license
17+
* See https://raw.githubusercontent.com/stefanpenner/es6-promise/master/LICENSE
18+
* @version v4.2.8+1e68dce6
19+
*/
20+
21+
/*!
22+
* The buffer module from node.js, for the browser.
23+
*
24+
* @author Feross Aboukhadijeh <[email protected]> <http://feross.org>
25+
* @license MIT
26+
*/
27+
28+
/*!
29+
* regjsgen 0.5.2
30+
* Copyright 2014-2020 Benjamin Tan <https://ofcr.se/>
31+
* Available under the MIT license <https://github.com/bnjmnt4n/regjsgen/blob/master/LICENSE-MIT.txt>
32+
*/
33+
34+
/*! https://mths.be/regenerate v1.4.2 by @mathias | MIT license */
35+
36+
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
37+
38+
/**
39+
* @license React
40+
* react-dom.production.min.js
41+
*
42+
* Copyright (c) Facebook, Inc. and its affiliates.
43+
*
44+
* This source code is licensed under the MIT license found in the
45+
* LICENSE file in the root directory of this source tree.
46+
*/
47+
48+
/**
49+
* @license React
50+
* react-is.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+
/**
59+
* @license React
60+
* react.production.min.js
61+
*
62+
* Copyright (c) Facebook, Inc. and its affiliates.
63+
*
64+
* This source code is licensed under the MIT license found in the
65+
* LICENSE file in the root directory of this source tree.
66+
*/
67+
68+
/**
69+
* @license React
70+
* scheduler.production.min.js
71+
*
72+
* Copyright (c) Facebook, Inc. and its affiliates.
73+
*
74+
* This source code is licensed under the MIT license found in the
75+
* LICENSE file in the root directory of this source tree.
76+
*/
77+
78+
/**
79+
* @license qrcode.react
80+
* Copyright (c) Paul O'Shannessy
81+
* SPDX-License-Identifier: ISC
82+
*/
83+
84+
/**
85+
* A better abstraction over CSS.
86+
*
87+
* @copyright Oleg Isonen (Slobodskoi) / Isonen 2014-present
88+
* @website https://github.com/cssinjs/jss
89+
* @license MIT
90+
*/
91+
92+
/**
93+
* Prism: Lightweight, robust, elegant syntax highlighting
94+
*
95+
* @license MIT <https://opensource.org/licenses/MIT>
96+
* @author Lea Verou <https://lea.verou.me>
97+
* @namespace
98+
* @public
99+
*/
100+
101+
/** @license React v16.13.1
102+
* react-is.production.min.js
103+
*
104+
* Copyright (c) Facebook, Inc. and its affiliates.
105+
*
106+
* This source code is licensed under the MIT license found in the
107+
* LICENSE file in the root directory of this source tree.
108+
*/

index.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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>beautiful-react-hooks - documentation</title>
8+
</head>
9+
<body>
10+
<div id="rsg-root"></div>
11+
<script src="build/bundle.555bda66.js"></script>
12+
</body>
13+
</html>

0 commit comments

Comments
 (0)