Documentation
¶
Index ¶
- func Content(props ...ContentProps) templ.Component
- func CreatePagination(currentPage, totalPages, maxVisible int) struct{ ... }
- func Ellipsis() templ.Component
- func Item(props ...ItemProps) templ.Component
- func Link(props ...LinkProps) templ.Component
- func Next(props ...NextProps) templ.Component
- func Pagination(props ...Props) templ.Component
- func Previous(props ...PreviousProps) templ.Component
- type ContentProps
- type ItemProps
- type LinkProps
- type NextProps
- type PreviousProps
- type Props
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Content ¶ added in v1.1.0
func Content(props ...ContentProps) templ.Component
func CreatePagination ¶ added in v1.1.0
func Pagination ¶
func Previous ¶ added in v1.1.0
func Previous(props ...PreviousProps) templ.Component
Types ¶
type ContentProps ¶ added in v1.1.0
type ContentProps struct {
ID string
Class string
Attributes templ.Attributes
}
type ItemProps ¶ added in v1.1.0
type ItemProps struct {
ID string
Class string
Attributes templ.Attributes
}
type PreviousProps ¶ added in v1.1.0
Click to show internal directories.
Click to hide internal directories.