Brand
Importβ
import { Brand } from '@resultadosdigitais/tangram-components'
Propertiesβ
childrenβ
asβ
| Type | elementType | string |
|---|---|
| Default | 'figure' |
Descriptionβ
Set element type to be rendered for this component. By default it will render a figure element.
Additional properties can be passed to the component according to the element specified in this property.
<Brand as="a" href="/" />
captionβ
| Type | string |
|---|
Descriptionβ
Adds a component description for accessibility. The brand name is a good fit for this property.
kindβ
| Type | Enum of: |
|---|---|
| Default | Brand.kinds.Tangram |
Descriptionβ
Automatically includes the brand image for the respective kind.