Documentation
¶
Overview ¶
templ: version: v0.3.943
templ: version: v0.3.943
Index ¶
- func Pagination(props PaginationProps) templ.Component
- func PaginationLinks(props PaginationProps, links []PaginationLink) templ.Component
- func Table(props TableProps, columns ...string) templ.Component
- func Td(props TDProps) templ.Component
- func TdActions(id string) templ.Component
- func Tr(props TRProps) templ.Component
- type PaginationLink
- type PaginationProps
- type TDProps
- type TRProps
- type TableProps
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Pagination ¶
func Pagination(props PaginationProps) templ.Component
func PaginationLinks ¶
func PaginationLinks(props PaginationProps, links []PaginationLink) templ.Component
Types ¶
type PaginationLink ¶
func CreatePaginationLinks ¶
func CreatePaginationLinks(props PaginationProps) []PaginationLink
type PaginationProps ¶
type TableProps ¶
type TableProps struct {
Columns []string
}
Click to show internal directories.
Click to hide internal directories.