StickyBar
Importβ
import { StickyBar } from '@resultadosdigitais/tangram-components'
Propertiesβ
children
β
irremovable
β
hide
β
defaultHide
β
onClose
β
backgroundColor
β
closeLabelText
β
Type | string |
---|---|
Default | StickyBar.translations.en.close |
Descriptionβ
Custom text for the label that identifies the close icon in the component. This text is not displayed on the screen.
Preset values for English, Brazilian Portuguese and Spanish are available
in StickyBar.translations.en.close
,
StickyBar.translations.ptBR.close
and
StickyBar.translations.es.close
.
<StickyBarGroup />β
Importβ
import { StickyBarGroup } from '@resultadosdigitais/tangram-components'
Propertiesβ
children
β
disableAutoPositioning
β
Type | bool |
---|---|
Default | false |
Descriptionβ
Disables automatic positioning of the component.
If this property is true
, the component positioning must be provided by some external means.
<StickyBarSection />β
Importβ
import { StickyBarSection } from '@resultadosdigitais/tangram-components'
Propertiesβ
children
β
stretch
β
Type | bool |
---|---|
Default | false |
Descriptionβ
Makes the StickyBar.Section
expanded up to the vertical limits of the StickyBar
.