@hydroperx/metrodesign
Preparing search index...
components
Form
Function Form
Form
(
params
:
{
children
?:
ReactNode
;
className
?:
string
;
id
?:
string
;
ref
?:
Ref
<
HTMLFormElement
|
null
>
;
style
?:
CSSProperties
;
submit
?:
()
=>
void
;
}
,
)
:
ReactNode
Parameters
params
:
{
children
?:
ReactNode
;
className
?:
string
;
id
?:
string
;
ref
?:
Ref
<
HTMLFormElement
|
null
>
;
style
?:
CSSProperties
;
submit
?:
()
=>
void
;
}
Optional
children
?:
ReactNode
Optional
className
?:
string
Optional
id
?:
string
Optional
ref
?:
Ref
<
HTMLFormElement
|
null
>
Optional
style
?:
CSSProperties
Optional
submit
?:
()
=>
void
Submit event.
Returns
ReactNode
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@hydroperx/metrodesign
Loading...
Submit event.