list

package
v0.0.39 Latest Latest
Warning

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

Go to latest
Published: Feb 27, 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 Header(props ...HeaderProps) templ.Component

func List

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

Note: "list" and "list-row" are DaisyUI component classes that conflict with Tailwind's list-style utilities, causing a panic in tailwind-merge. We prepend them outside TwMerge and only merge Tailwind utility classes.

func Row

func Row(props ...RowProps) templ.Component

Types

type HeaderProps

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

HeaderProps configures a list header row.

type Props

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

Props configures the list container.

type RowProps

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

RowProps configures a list row.

Jump to

Keyboard shortcuts

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