The HTML component in Pyplan allows users to insert formatted content—such as text, images, links, and styling—into their dashboards or interfaces using HTML. It’s especially useful for adding titles, descriptions, instructions, or branding elements.
You can use the visual editor or write raw HTML directly, offering both beginner-friendly and developer-oriented editing experiences.
<h1>
, <p>
, <ul>
, <table>
, etc.)Editor Modes
Content
Add headings, paragraphs, lists, tables, and more using either the editor or HTML code.
Can include inline styles, image links, and embedded elements.
Use Cases
Use
<h1>
,<h2>
, etc. for consistent headers.Prefer the visual editor for quick formatting, and switch to code for precise control.
Combine with layout components to control spacing and alignment.