Documentation ¶
Index ¶
- func LensMetadataCard(props LensMetadataCardProps) htmx.Node
- func LensesPublishButton(props LensesPublishButtonProps) htmx.Node
- func LensesStatus(props LensesStatusProps, children ...htmx.Node) htmx.Node
- func LensesTable(props LensesTableProps, children ...htmx.Node) htmx.Node
- func NewLensModal(props NewLensModalProps) htmx.Node
- func Search(p SearchProps, children ...htmx.Node) htmx.Node
- type LensMetadataCardProps
- type LensesPublishButtonProps
- type LensesStatusProps
- type LensesTableProps
- type NewLensModalProps
- type SearchProps
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LensMetadataCard ¶ added in v0.1.21
func LensMetadataCard(props LensMetadataCardProps) htmx.Node
LensMetadataCard ...
func LensesPublishButton ¶ added in v0.1.27
func LensesPublishButton(props LensesPublishButtonProps) htmx.Node
LensesPublishButton ...
func LensesStatus ¶ added in v0.1.27
func LensesStatus(props LensesStatusProps, children ...htmx.Node) htmx.Node
LensesStatus ...
func LensesTable ¶
func LensesTable(props LensesTableProps, children ...htmx.Node) htmx.Node
LensesTable ...
func NewLensModal ¶ added in v0.1.16
func NewLensModal(props NewLensModalProps) htmx.Node
NewLensModal ...
Types ¶
type LensMetadataCardProps ¶ added in v0.1.21
LensMetadataCardProps ...
type LensesPublishButtonProps ¶ added in v0.1.27
type LensesPublishButtonProps struct { // ClassNames ... ClassNames htmx.ClassNames // ID ... ID uuid.UUID // IsDraft ... IsDraft bool }
LensesPublishButtonProps ...
type LensesStatusProps ¶ added in v0.1.27
type LensesStatusProps struct { // ClassNames ... ClassNames htmx.ClassNames // IsDraft ... IsDraft bool }
LensesStatusProps ...
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.