Discover Packages
github.com/jpl-au/fluent
html5
thead
package
Version:
v0.3.0-rc2
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
Documentation
¶
Byte constants for HTML rendering.
New Creates a new thead element with child tr elements.
Example: thead.New(tr.New(th.Text("Name"), th.Text("Age")))
Renders: <thead><tr><th>Name</th><th>Age</th></tr></thead>
Rows Creates a thead from tr elements, enforcing correct nesting at compile time.
Example: thead.Rows(tr.New(th.Text("Name"), th.Text("Age")))
Renders: <thead><tr><th>Name</th><th>Age</th></tr></thead>
Element is an exported alias for the private element type
Source Files
¶
Click to show internal directories.
Click to hide internal directories.