Skip to content
This repository was archived by the owner on Feb 29, 2024. It is now read-only.

Commit b4c7504

Browse files
committed
added link to examples in readme
1 parent ab1824f commit b4c7504

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ Are you looking for a simple way to create validated forms with React?
66

77
Congratulations! Your search is over, because **`@cat-react/form`** offers you a simple way to create either frontend- or backend-validated forms.
88

9+
Take a look at the examples to find out how to create the form of your desire.
10+
911
```jsx
1012
<Form>
1113
<MyInput name="email"

examples/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<title>@cat-react/form - examples</title>
6+
<link rel="icon" type="image/x-icon" href="favicon.ico">
67
</head>
78
<body>
89
<div id="root"></div>

0 commit comments

Comments
 (0)