Form
Importβ
import { Form } from '@resultadosdigitais/tangram-components'
<FormControl />β
Importβ
import { FormControl } from '@resultadosdigitais/tangram-components'
Propertiesβ
children
β
disabled
β
error
β
inline
β
success
β
required
β
<FormFeedback />β
Importβ
import { FormFeedback } from '@resultadosdigitais/tangram-components'
Propertiesβ
children
β
as
β
Type | elementType | string |
---|---|
Default | 'span' |
Descriptionβ
Set element type to be rendered for this component.
error
β
success
β
<FormGroup />β
Importβ
import { FormGroup } from '@resultadosdigitais/tangram-components'
Propertiesβ
children
πβ
row
β
Type | bool |
---|---|
Default | false |
Descriptionβ
Sets the alignment in the row direction. By default is false
(column direction).
<FormLabel />β
Importβ
import { FormLabel } from '@resultadosdigitais/tangram-components'
Propertiesβ
children
πβ
as
β
Type | elementType | string |
---|---|
Default | 'label' |
Descriptionβ
Set element type to be rendered for this component.