Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
webblocksapp committed Mar 15, 2023
1 parent abd50ef commit d731dbe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -25,7 +25,8 @@ It supports the following data assertion libraries: yup and zod, however other v
You can start by creating your own form field [components](https://solid-form-handler.com/docs/components) by using each of the code given on the docs website. The following is a final implementation of them:

```tsx
import { useFormHandler, yupSchema } from 'solid-form-handler';
import { useFormHandler } from 'solid-form-handler';
import { yupSchema } from 'solid-form-handler/yup';
import { Checkbox, Checkboxes, Radios, Select, TextInput } from '@components';
import * as yup from 'yup';

Expand Down

0 comments on commit d731dbe

Please sign in to comment.