Documentation
¶
Index ¶
- func Card(props ...Props) templ.Component
- func Content(props ...ContentProps) templ.Component
- func Description(props ...DescriptionProps) templ.Component
- func Footer(props ...FooterProps) templ.Component
- func Header(props ...HeaderProps) templ.Component
- func Title(props ...TitleProps) templ.Component
- type ContentProps
- type DescriptionProps
- type FooterProps
- type HeaderProps
- type Props
- type TitleProps
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Content ¶
func Content(props ...ContentProps) templ.Component
func Description ¶
func Description(props ...DescriptionProps) templ.Component
func Footer ¶
func Footer(props ...FooterProps) templ.Component
func Header ¶
func Header(props ...HeaderProps) templ.Component
func Title ¶
func Title(props ...TitleProps) templ.Component
Types ¶
type ContentProps ¶
type ContentProps struct { ID string Class string Attributes templ.Attributes }
type DescriptionProps ¶
type DescriptionProps 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 }
type TitleProps ¶
type TitleProps struct { ID string Class string Attributes templ.Attributes }
Click to show internal directories.
Click to hide internal directories.