Documentation
¶
Index ¶
- func Breadcrumb(props ...Props) templ.Component
- func Item(props ...ItemProps) templ.Component
- func Link(props ...LinkProps) templ.Component
- func List(props ...ListProps) templ.Component
- func Page(props ...ItemProps) templ.Component
- func Separator(props ...SeparatorProps) templ.Component
- type ItemProps
- type LinkProps
- type ListProps
- type Props
- type SeparatorProps
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Breadcrumb ¶
func Separator ¶
func Separator(props ...SeparatorProps) templ.Component
Types ¶
type ItemProps ¶ added in v1.1.0
type ItemProps struct {
ID string
Class string
Attributes templ.Attributes
Current bool
}
type LinkProps ¶ added in v1.1.0
type LinkProps struct {
ID string
Class string
Attributes templ.Attributes
Href string
}
type ListProps ¶ added in v1.1.0
type ListProps struct {
ID string
Class string
Attributes templ.Attributes
}
type Props ¶ added in v1.1.0
type Props struct {
ID string
Class string
Attributes templ.Attributes
}
type SeparatorProps ¶ added in v1.1.0
type SeparatorProps struct {
ID string
Class string
Attributes templ.Attributes
UseCustom bool
}
Click to show internal directories.
Click to hide internal directories.