Documentation
¶
Index ¶
- func A(children ...htm.Fragment) htm.Fragment
- func Body(children ...htm.Fragment) htm.Fragment
- func Button(children ...htm.Fragment) htm.Fragment
- func Div(children ...htm.Fragment) htm.Fragment
- func Head(children ...htm.Fragment) htm.Fragment
- func Html(children ...htm.Fragment) htm.Fragment
- func JavaScriptSrc(url string, children ...htm.Fragment) htm.Fragment
- func Link(target string, children ...htm.Fragment) htm.Fragment
- func LinkCSS(url string, children ...htm.Fragment) htm.Fragment
- func Span(children ...htm.Fragment) htm.Fragment
- func Text(s string) htm.Fragment
- func Textf(format string, a ...any) htm.Fragment
- func Title(title string) htm.Fragment
- func Url() htm.Fragment
- type Id
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func JavaScriptSrc ¶
func JavaScriptSrc(url string, children ...htm.Fragment) htm.Fragment
Types ¶
Click to show internal directories.
Click to hide internal directories.