diff --git a/docs/content/3.components/form.md b/docs/content/3.components/form.md index 4c305b8c..1a0776e3 100644 --- a/docs/content/3.components/form.md +++ b/docs/content/3.components/form.md @@ -32,7 +32,7 @@ It requires two props: class: 'w-60' --- :: - + ::component-example{label="Zod"} --- name: 'form-example-zod' @@ -206,3 +206,7 @@ This will give you access to the following: | `dirtyFields`{lang="ts-type"} | `DeepReadonly>`{lang="ts-type"} Tracks fields that have been modified by the user. | | `touchedFields`{lang="ts-type"} | `DeepReadonly>`{lang="ts-type"} Tracks fields that the user interacted with. | | `blurredFields`{lang="ts-type"} | `DeepReadonly>`{lang="ts-type"} Tracks fields blurred by the user. | + +## Theme + +:component-theme \ No newline at end of file