Skip to content

Commit 67dde9f

Browse files
authored
docs: enhance UI libraries guide with official ShadCN integration link (#1825)
## 🎯 Changes Add link to the ShadCN library guide for integrating TanStack Form. ## ✅ Checklist - [x] I have followed the steps in the [Contributing guide](https://github.com/TanStack/form/blob/main/CONTRIBUTING.md). - [x] I have tested this code locally with `pnpm test:pr`. ## 🚀 Release Impact - [ ] This change affects published code, and I have generated a [changeset](https://github.com/changesets/changesets/blob/main/docs/adding-a-changeset.md). - [x] This change is docs/CI/dev-only (no release).
1 parent 8ede6d0 commit 67dde9f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/framework/react/guides/ui-libraries.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,3 +156,5 @@ The process for integrating shadcn/ui components is similar. Here's an example u
156156
- The integration approach is the same as with Mantine and Material UI.
157157
- The primary difference lies in the specific shadcn/ui component properties and styling options.
158158
- Note the onCheckedChange property of Checkbox instead of onChange.
159+
160+
The ShadCN library includes a dedicated guide covering common scenarios for integrating TanStack Form with its components: https://ui.shadcn.com/docs/forms/tanstack-form

0 commit comments

Comments
 (0)