Skip to content

Commit 12ea025

Browse files
committed
add demos spa-managed-form-custom and spa-managed-form-react-md
1 parent 3448772 commit 12ea025

File tree

7 files changed

+37
-2
lines changed

7 files changed

+37
-2
lines changed

demos/spa-managed-form-custom/Common.min.css

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

demos/spa-managed-form-custom/bundle.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6+
<link rel="stylesheet" type="text/css" href="Common.min.css" />
7+
<script src="https://unpkg.com/react@16/umd/react.production.min.js"></script>
8+
<script src="https://unpkg.com/react-dom@16/umd/react-dom.production.min.js"></script>
9+
</head>
10+
<body>
11+
<div id="content"></div>
12+
<script src="bundle.js"></script>
13+
14+
</body>
15+
</html>

demos/spa-managed-form-react-md/Common.min.css

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

0 commit comments

Comments
 (0)