Show properties
id
id (string): Unique id for a component
text
text (string): The actual text content
type
type (string): Text type to display
color
color (string): Color of the text
import zero_true as zt sample_text = zt.Text( id = 'sample_text', # Unique id for a component text = '', # The actual text content type = 'text-body-1', # Text type to display color = None, # Color of the text )