fix: correct link to Form documentation in form.mdx (#8416)

This commit is contained in:
Dada Khalandar
2025-10-11 14:15:07 +08:00
committed by GitHub
parent c67e630521
commit 407e9c6802

View File

@@ -9,7 +9,7 @@ import { InfoIcon } from "lucide-react"
<Callout icon={<InfoIcon />} title="We are not actively developing this component anymore.">
The Form component is an abstraction over the `react-hook-form` library. Going forward, we recommend using the [`<Field />`](/docs/components/field) component to build forms. See the [Form](/docs/form) documentation for more information.
The Form component is an abstraction over the `react-hook-form` library. Going forward, we recommend using the [`<Field />`](/docs/components/field) component to build forms. See the [Form](/docs/forms) documentation for more information.
</Callout>