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 ¶ added in v1.1.0
func Caption(props ...CaptionProps) templ.Component
func Footer ¶ added in v1.1.0
func Footer(props ...FooterProps) templ.Component
func Header ¶ added in v1.1.0
func Header(props ...HeaderProps) templ.Component
Types ¶
type CaptionProps ¶ added in v1.1.0
type CaptionProps struct {
ID string
Class string
Attributes templ.Attributes
}
type FooterProps ¶ added in v1.1.0
type FooterProps struct {
}
type HeadProps ¶ added in v1.1.0
type HeadProps struct {
ID string
Class string
Attributes templ.Attributes
}
type HeaderProps ¶
type HeaderProps struct {
ID string
Class string
Attributes templ.Attributes
}
Click to show internal directories.
Click to hide internal directories.