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.