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.