package
Version:
v0.3.0
Opens a new window with list of versions in this module.
Published: Apr 7, 2026
License: MIT
Opens a new window with license information.
Imports: 22
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Byte constants for HTML rendering.
New Creates a new tbody element with child tr elements.
Example: tbody.New(tr.New(td.Text("cell")))
Renders: <tbody><tr><td>cell</td></tr></tbody>
Rows Creates a tbody from tr elements, enforcing correct nesting at compile time.
Example: tbody.Rows(tr.New(td.Text("cell")))
Renders: <tbody><tr><td>cell</td></tr></tbody>
Element is an exported alias for the private element type
Source Files
¶
Click to show internal directories.
Click to hide internal directories.