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.