Documentation
¶
Index ¶
- func Body(props ...BodyProps) templ.Component
- func Caption(props ...CaptionProps) templ.Component
- 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(props ...RowProps) templ.Component
- func Table(props ...Props) templ.Component
- type BodyProps
- type CaptionProps
- type CellProps
- type FooterProps
- type HeadProps
- type HeaderProps
- type Props
- type RowProps
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Caption ¶
func Caption(props ...CaptionProps) templ.Component
func Footer ¶
func Footer(props ...FooterProps) templ.Component
func Header ¶
func Header(props ...HeaderProps) templ.Component
Types ¶
type CaptionProps ¶
type CaptionProps struct {
ID string
Class string
Attributes templ.Attributes
}
type FooterProps ¶
type FooterProps struct {
}
type HeaderProps ¶
type HeaderProps struct {
ID string
Class string
Attributes templ.Attributes
}
Click to show internal directories.
Click to hide internal directories.