We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb30061 commit ae6d09bCopy full SHA for ae6d09b
apps/docs/src/pages/guide/fundamentals/core.md
@@ -141,7 +141,7 @@ interface RegistryTicket {
141
flowchart LR
142
R[createRegistry] --> S[createSelection]
143
R --> T[createTokens]
144
- R --> F[useForm]
+ R --> F[createForm]
145
S --> Si[createSingle]
146
S --> G[createGroup]
147
Si --> St[createStep]
@@ -155,7 +155,7 @@ flowchart LR
155
| `createGroup` | Selection | Tri-state, batch ops |
156
| `createStep` | Single | Navigation (next/prev/first/last) |
157
| `createTokens` | Registry | Alias resolution |
158
-| `useForm` | Registry | Validation |
+| `createForm` | Registry | Validation |
159
160
## Selection System
161
0 commit comments