alpine

package
v0.0.0-...-d761283 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 8, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

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.

https://alpinejs.dev/directives/bind

func XCloak

func XCloak() gomponents.Node

XCloak is an attribute that renders a x-cloak attribute.

https://alpinejs.dev/directives/cloak

func XData

func XData(value string) gomponents.Node

XData is an attribute that renders a x-data="value]" attribute.

https://alpinejs.dev/directives/data

func XFor

func XFor(value string) gomponents.Node

XFor is an attribute that renders a x-for="value]" attribute.

https://alpinejs.dev/directives/for

func XHTML

func XHTML(value string) gomponents.Node

XHTML is an attribute that renders a x-html="[value]" attribute.

https://alpinejs.dev/directives/html

func XIf

func XIf(value string) gomponents.Node

IF is an attribute that renders a x-if="[value]" attribute.

https://alpinejs.dev/directives/if

func XIgnore

func XIgnore() gomponents.Node

XIgnore is an attribute that renders a x-ignore attribute.

https://alpinejs.dev/directives/ignore

func XInit

func XInit(value string) gomponents.Node

XInit is an attribute that renders a x-init="[value]" attribute.

https://alpinejs.dev/directives/init

func XModel

func XModel(value string) gomponents.Node

XModel is an attribute that renders a x-model="[value]" attribute.

https://alpinejs.dev/directives/model

func XOn

func XOn(targetEvent string, value string) gomponents.Node

XOn is an attribute that renders a x-on:[targetEvent]="[value]" attribute.

https://alpinejs.dev/directives/on

func XRef

func XRef(value string) gomponents.Node

XRef is an attribute that renders a x-ref="[value]" attribute.

https://alpinejs.dev/directives/ref

func XShow

func XShow(value string) gomponents.Node

XShow is an attribute that renders a x-show="[vlue]" attribute.

https://alpinejs.dev/directives/show

func XTeleport

func XTeleport(value string) gomponents.Node

XTeleport is an attribute that renders a x-teleport="[value]" attribute.

https://alpinejs.dev/directives/teleport

func XText

func XText(value string) gomponents.Node

XText is an attribute that renders a x-text="[value]" attribute.

https://alpinejs.dev/directives/text

func XTransition

func XTransition() gomponents.Node

XTransition is an attribute that renders a x-transition attribute.

https://alpinejs.dev/directives/transition

func XTransitionFade

func XTransitionFade() gomponents.Node

XTransitionFade is an attribute that renders a x-transition.opacity attribute.

https://alpinejs.dev/directives/transition

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL