Show properties
id
id (string): Unique id for a component
v_html
v_html (string): HTML content of the component
import zero_true as zt sample_html = zt.HTML( id = 'sample_html', # Unique id for a component v_html = '', # HTML content of the component )