Discover Packages
github.com/jpl-au/fluent
html5
tfoot
package
Version:
v0.3.1
Opens a new window with list of versions in this module.
Published: Apr 21, 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 tfoot element with child tr elements.
Example: tfoot.New(tr.New(td.Text("Total"), td.Text("100")))
Renders: <tfoot><tr><td>Total</td><td>100</td></tr></tfoot>
Rows Creates a tfoot from tr elements, enforcing correct nesting at compile time.
Example: tfoot.Rows(tr.New(td.Text("Total"), td.Text("100")))
Renders: <tfoot><tr><td>Total</td><td>100</td></tr></tfoot>
Element is an exported alias for the private element type
Source Files
¶
Click to show internal directories.
Click to hide internal directories.