join

package
v0.0.33 Latest Latest
Warning

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

Go to latest
Published: Feb 25, 2026 License: MIT Imports: 3 Imported by: 0

Documentation

Overview

templ: version: v0.3.977

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Item

func Item(props ...ItemProps) templ.Component

func Join

func Join(props ...Props) templ.Component

Types

type Direction

type Direction string
const (
	DirectionDefault    Direction = ""
	DirectionHorizontal Direction = "join-horizontal"
	DirectionVertical   Direction = "join-vertical"
)

type ItemProps

type ItemProps struct {
	ID         string
	Class      string
	Attributes templ.Attributes
}

type Props

type Props struct {
	ID         string
	Class      string
	Attributes templ.Attributes
	Direction  Direction
}

Jump to

Keyboard shortcuts

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