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 ¶
func Content(props ...ContentProps) templ.Component
func CreatePagination ¶
func Pagination ¶
func Previous ¶
func Previous(props ...PreviousProps) templ.Component
Types ¶
type ContentProps ¶
type ContentProps struct {
ID string
Class string
Attributes templ.Attributes
}
type PreviousProps ¶
Click to show internal directories.
Click to hide internal directories.