Documentation ¶
Index ¶
- func Template(children ...gomponents.Node) gomponents.Node
- func XBind(targetAttr string, value string) gomponents.Node
- func XCloak() gomponents.Node
- func XData(value string) gomponents.Node
- func XFor(value string) gomponents.Node
- func XHTML(value string) gomponents.Node
- func XIf(value string) gomponents.Node
- func XIgnore() gomponents.Node
- func XInit(value string) gomponents.Node
- func XModel(value string) gomponents.Node
- func XOn(targetEvent string, value string) gomponents.Node
- func XRef(value string) gomponents.Node
- func XShow(value string) gomponents.Node
- func XTeleport(value string) gomponents.Node
- func XText(value string) gomponents.Node
- func XTransition() gomponents.Node
- func XTransitionFade() gomponents.Node
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Template ¶
func Template(children ...gomponents.Node) gomponents.Node
Template is a generic function for rendering an <template> element.
func XBind ¶
func XBind(targetAttr string, value string) gomponents.Node
XBind is an attribute that renders a x-bind:[targetAttr]="[value]" attribute.
func XCloak ¶
func XCloak() gomponents.Node
XCloak is an attribute that renders a x-cloak attribute.
func XData ¶
func XData(value string) gomponents.Node
XData is an attribute that renders a x-data="value]" attribute.
func XFor ¶
func XFor(value string) gomponents.Node
XFor is an attribute that renders a x-for="value]" attribute.
func XHTML ¶
func XHTML(value string) gomponents.Node
XHTML is an attribute that renders a x-html="[value]" attribute.
func XIf ¶
func XIf(value string) gomponents.Node
IF is an attribute that renders a x-if="[value]" attribute.
func XIgnore ¶
func XIgnore() gomponents.Node
XIgnore is an attribute that renders a x-ignore attribute.
func XInit ¶
func XInit(value string) gomponents.Node
XInit is an attribute that renders a x-init="[value]" attribute.
func XModel ¶
func XModel(value string) gomponents.Node
XModel is an attribute that renders a x-model="[value]" attribute.
func XOn ¶
func XOn(targetEvent string, value string) gomponents.Node
XOn is an attribute that renders a x-on:[targetEvent]="[value]" attribute.
func XRef ¶
func XRef(value string) gomponents.Node
XRef is an attribute that renders a x-ref="[value]" attribute.
func XShow ¶
func XShow(value string) gomponents.Node
XShow is an attribute that renders a x-show="[vlue]" attribute.
func XTeleport ¶
func XTeleport(value string) gomponents.Node
XTeleport is an attribute that renders a x-teleport="[value]" attribute.
func XText ¶
func XText(value string) gomponents.Node
XText is an attribute that renders a x-text="[value]" attribute.
func XTransition ¶
func XTransition() gomponents.Node
XTransition is an attribute that renders a x-transition attribute.
func XTransitionFade ¶
func XTransitionFade() gomponents.Node
XTransitionFade is an attribute that renders a x-transition.opacity attribute.
Types ¶
This section is empty.