Skip to content

Commit

Permalink
deploy: 1966467
Browse files Browse the repository at this point in the history
  • Loading branch information
supnate committed Mar 14, 2024
1 parent d6d88b1 commit 80181bb
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 9 deletions.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions antd/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/nice-form-react/antd/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Ant.Design</title>
<script type="module" crossorigin src="/nice-form-react/antd/assets/index-b4c172e5.js"></script>
<title>Nice Form Exmaples - Ant.Design</title>
<script type="module" crossorigin src="/nice-form-react/antd/assets/index-3d6d501d.js"></script>
<link rel="stylesheet" href="/nice-form-react/antd/assets/index-e64abd48.css">
</head>
<body>
Expand Down

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions formik/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/nice-form-react/formik/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Mui + Formik</title>
<script type="module" crossorigin src="/nice-form-react/formik/assets/index-36c1b24c.js"></script>
<title>Nice Form Examples - Mui & Formik</title>
<script type="module" crossorigin src="/nice-form-react/formik/assets/index-054b5df3.js"></script>
<link rel="stylesheet" href="/nice-form-react/formik/assets/index-8bc8c7e0.css">
</head>
<body>
Expand Down
15 changes: 12 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
<a href="/nice-form-react/antd">Antd Examples</a>
<br />
<a href="/nice-form-react/formik">Formik + Material UI Examples</a>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Nice Form - meta based form rendering helper</title>
</head>
<body>
<div id="root"></div>
</body>
</html>

0 comments on commit 80181bb

Please sign in to comment.