Text Card
Card type:
text

The text card displays text content. The text can include HTML formatting.
In addition to the common parameters the text card has the following configuration options:
Name | Type | Required | Description |
---|---|---|---|
text | str | Yes | The text content to display. |
Examples
Basic text card
datacards.publish.card(
type='text',
text='Lorem ipsum dolor sit amet, consetetur...',
label='Text',
logic_view_size=(2,1)
)

Last updated on