Below are the various attributes you can assign to the component. Utilizing them can allow for modifications to the pre-created object.
zero_true.Text
Zero True Component

Example Usage

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
)