Documentation ¶
Index ¶
- func DesignBodyCard(props DesignBodyCardProps) htmx.Node
- func DesignCommentsCard(props DesignCommentsCardProps) htmx.Node
- func DesignMetadataCard(props DesignMetadataCardProps) htmx.Node
- func DesignNewForm(props DesignNewFormProps) htmx.Node
- func DesignTagsCard(props DesignTagsCardProps) htmx.Node
- func DesignTitleCard(props DesignTitleCardProps) htmx.Node
- func DesignsTable(props DesignsTableProps, children ...htmx.Node) htmx.Node
- type DesignBodyCardProps
- type DesignCommentsCardProps
- type DesignMetadataCardProps
- type DesignNewFormProps
- type DesignTagsCardProps
- type DesignTitleCardProps
- type DesignsTableProps
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DesignCommentsCard ¶
func DesignCommentsCard(props DesignCommentsCardProps) htmx.Node
DesignCommentsCard ...
func DesignMetadataCard ¶
func DesignMetadataCard(props DesignMetadataCardProps) htmx.Node
DesignMetadataCard ...
func DesignTagsCard ¶ added in v0.1.18
func DesignTagsCard(props DesignTagsCardProps) htmx.Node
DesignTagsCard ...
func DesignTitleCard ¶
func DesignTitleCard(props DesignTitleCardProps) htmx.Node
DesignTitleCard ...
func DesignsTable ¶
func DesignsTable(props DesignsTableProps, children ...htmx.Node) htmx.Node
DesignsTable ...
Types ¶
type DesignBodyCardProps ¶
type DesignBodyCardProps struct { ClassNames htmx.ClassNames Design models.Design Markdown string }
DesignBodyCardProps ...
type DesignCommentsCardProps ¶
type DesignCommentsCardProps struct { ClassNames htmx.ClassNames Design models.Design }
DesignCommentsCardProps ...
type DesignMetadataCardProps ¶
type DesignMetadataCardProps struct { ClassNames htmx.ClassNames Design models.Design }
DesignMetadataCardProps ...
type DesignNewFormProps ¶
type DesignNewFormProps struct { ClassNames htmx.ClassNames Template string }
DesignNewFormProps ...
type DesignTagsCardProps ¶ added in v0.1.18
type DesignTagsCardProps struct { ClassNames htmx.ClassNames Design models.Design }
DesignTagsCardProps ...
type DesignTitleCardProps ¶
type DesignTitleCardProps struct { ClassNames htmx.ClassNames Design models.Design Markdown string }
DesignTitleCardProps ...
Click to show internal directories.
Click to hide internal directories.