mirror of
https://github.com/LukeHagar/form.git
synced 2025-12-09 12:27:44 +00:00
Simple spelling fix (#373)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# Examples
|
||||
|
||||
- [Basic Form (Hooks Only)](https://codesandbox.io/s/react-form-demo-950ww)
|
||||
- This very basic example uses the `useForm` and `useField` hooks to create and manage a form and it's values.
|
||||
- This very basic example uses the `useForm` and `useField` hooks to create and manage a form and its values.
|
||||
- [Basic Form (With InputField)](https://codesandbox.io/s/react-form-demo-wrybd)
|
||||
- This very basic example uses the `useField` hook to create a reusable `<InputField>` component that can be used inside of a form created by `useForm`
|
||||
- [Validation Example](https://codesandbox.io/s/react-form-demo-q9mgm)
|
||||
|
||||
Reference in New Issue
Block a user