Card
Importβ
import { Card } from '@resultadosdigitais/tangram-components'
Propertiesβ
clickable
β
Type | bool |
---|---|
Default | false |
Descriptionβ
Allows interaction in the component using defined styles as hover, focus, active
active
β
Type | bool |
---|---|
Default | false |
Descriptionβ
Sets the Card as active. This is useful within the interaction mode.
as
β
Type | node |
---|---|
Default | 'div' |
Descriptionβ
Sets the element type to be rendered for this component. By default, it will render a <div>
element.