Skip to Content
DataCards 2.2.4 is released 🎉

Text Card

Card type: text

Basic text card

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:

NameTypeRequiredDescription
textstrYesThe 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) )
Basic text card
Last updated on