table

package
v0.25.0 Latest Latest
Warning

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

Go to latest
Published: Sep 10, 2025 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Body

func Body(props ...BodyProps) templ.Component

func Caption

func Caption(props ...CaptionProps) templ.Component

func Cell

func Cell(props ...CellProps) templ.Component
func Footer(props ...FooterProps) templ.Component
func Head(props ...HeadProps) templ.Component
func Header(props ...HeaderProps) templ.Component

func Row

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

func Table

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

Types

type BodyProps

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

type CaptionProps

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

type CellProps

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

type FooterProps

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

type HeadProps

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

type HeaderProps

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

type Props

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

type RowProps

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

Jump to

Keyboard shortcuts

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