mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
fix(docs): extra classname in form example (#4465)
This commit is contained in:
parent
0cb5b68628
commit
439b6aa196
@ -58,7 +58,7 @@ export default function App() {
|
||||
|
||||
return (
|
||||
<Form
|
||||
className="w-full justify-center items-center w-full space-y-4"
|
||||
className="w-full justify-center items-center space-y-4"
|
||||
validationBehavior="native"
|
||||
validationErrors={errors}
|
||||
onReset={() => setSubmitted(null)}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user