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.