Documentation ¶
Index ¶
- func LensPillarTable(props LensPillarTableProps, children ...htmx.Node) htmx.Node
- func LensesTable(props LensesTableProps, children ...htmx.Node) htmx.Node
- func Search(p SearchProps, children ...htmx.Node) htmx.Node
- func WorkloadsTable(props WorkloadsTableProps, children ...htmx.Node) htmx.Node
- type LensPillarTableProps
- type LensesTableProps
- type SearchProps
- type WorkloadsTableProps
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LensPillarTable ¶
func LensPillarTable(props LensPillarTableProps, children ...htmx.Node) htmx.Node
LensPillarTable ...
func LensesTable ¶
func LensesTable(props LensesTableProps, children ...htmx.Node) htmx.Node
LensesTable ...
func WorkloadsTable ¶
func WorkloadsTable(props WorkloadsTableProps, children ...htmx.Node) htmx.Node
WorkloadsTable ...
Types ¶
type LensPillarTableProps ¶
LensPillarTableProps ...
type LensesTableProps ¶
LensesTableProps ...
type SearchProps ¶
type SearchProps struct { ClassNames htmx.ClassNames URL string Limit int Offset int Search string Sort string }
SearchProps ...
Click to show internal directories.
Click to hide internal directories.