forked from kaivi/riek
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Included dependencies to make demo work offline.
- Loading branch information
1 parent
3c6c4f0
commit 2319c56
Showing
7 changed files
with
20,736 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<title>RIEK Components Demo</title> | ||
<link rel="stylesheet" type="text/css" href="./style.css"> | ||
<!-- https://cdn.jsdelivr.net/highlight.js/9.4.0/styles/atelier-estuary-dark.min.css --> | ||
<link rel="stylesheet" href="./vendor/atelier-estuary-dark.min.css"> | ||
<!-- https://unpkg.com/react@16/umd/react.development.js --> | ||
<script src="./vendor/react.development.js"></script> | ||
<!-- https://unpkg.com/react-dom@16/umd/react-dom.development.js --> | ||
<script src="./vendor/react-dom.development.js"></script> | ||
<!-- https://unpkg.com/prop-types@15.6/prop-types.js --> | ||
<script src="./vendor/prop-types.js"></script> | ||
<!-- https://unpkg.com/babel-standalone@6.15.0/babel.min.js --> | ||
<script src="./vendor/babel.min.js"></script> | ||
</head> | ||
<body> | ||
<div id='app'><h2>Loading React...</h2></div> | ||
<script src="./demo.js"></script> | ||
</body> | ||
</html> |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.