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

Example Usage

import zero_true as zt

sample_html = zt.HTML(
  id = 'sample_html',  # Unique id for a component
  v_html = '',  # HTML content of the component
)