a short description
Property | Description | Default value |
---|---|---|
className from TextFieldProps | string | undefined | - |
children from TextFieldProps | React.ReactNode | - |
id from TextFieldProps | string | undefined | String(Math.random()) |
label from TextFieldProps | React.ReactNode | - |
description from TextFieldProps | string | undefined | - |
error from TextFieldProps | React.ReactNode | - |
success from TextFieldProps | React.ReactNode | - |
Variants
error
a short description
this is an error message
success
a short description
this is a success message
disabled
a short description