Documentation ¶
Index ¶
- func AddTagModal(props AddTagModalProps) htmx.Node
- func DesignBodyCard(props DesignBodyCardProps) htmx.Node
- func DesignComment(props DesignCommentProps) htmx.Node
- func DesignCommentReactions(props DesignCommentReactionsProps, children ...htmx.Node) htmx.Node
- func DesignCommentsCard(props DesignCommentsCardProps) htmx.Node
- func DesignMetadataCard(props DesignMetadataCardProps) htmx.Node
- func DesignNewForm(props DesignNewFormProps) htmx.Node
- func DesignReactions(props DesignReactionsProps) htmx.Node
- func DesignRevisionsCard(props DesignRevisionsCardProps) htmx.Node
- func DesignTag(props DesignTagProps) htmx.Node
- func DesignTagsCard(props DesignTagsCardProps) htmx.Node
- func DesignTitleCard(props DesignTitleCardProps) htmx.Node
- func DesignsTable(props DesignsTableProps, children ...htmx.Node) htmx.Node
- func Editor(props EditorProps) htmx.Node
- type AddTagModalProps
- type DesignBodyCardProps
- type DesignCommentProps
- type DesignCommentReactionsProps
- type DesignCommentsCardProps
- type DesignMetadataCardProps
- type DesignNewFormProps
- type DesignReactionsProps
- type DesignRevisionsCardProps
- type DesignTagProps
- type DesignTagsCardProps
- type DesignTitleCardProps
- type DesignsTableProps
- type EditorProps
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddTagModal ¶ added in v0.1.25
func AddTagModal(props AddTagModalProps) htmx.Node
AddTagModal ...
func DesignComment ¶ added in v0.1.25
func DesignComment(props DesignCommentProps) htmx.Node
DesignComment ...
func DesignCommentReactions ¶ added in v0.1.24
func DesignCommentReactions(props DesignCommentReactionsProps, children ...htmx.Node) htmx.Node
DesignCommentReactions ...
func DesignCommentsCard ¶
func DesignCommentsCard(props DesignCommentsCardProps) htmx.Node
DesignCommentsCard ...
func DesignMetadataCard ¶
func DesignMetadataCard(props DesignMetadataCardProps) htmx.Node
DesignMetadataCard ...
func DesignReactions ¶ added in v0.1.24
func DesignReactions(props DesignReactionsProps) htmx.Node
DesignReactions ...
func DesignRevisionsCard ¶ added in v0.1.25
func DesignRevisionsCard(props DesignRevisionsCardProps) htmx.Node
DesignRevisionsCard ...
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 AddTagModalProps ¶ added in v0.1.25
AddTagModalProps ...
type DesignBodyCardProps ¶
type DesignBodyCardProps struct { // ClassNames ... ClassNames htmx.ClassNames // Design ... Design models.Design // Markdown ... Markdown string // User ... User adapters.GothUser }
DesignBodyCardProps ...
type DesignCommentProps ¶ added in v0.1.25
type DesignCommentProps struct { Comment models.DesignComment User adapters.GothUser Design models.Design }
DesignCommentProps ...
type DesignCommentReactionsProps ¶ added in v0.1.24
type DesignCommentReactionsProps struct { User adapters.GothUser Design models.Design Comment models.DesignComment }
DesignCommentReactionsProps ...
type DesignCommentsCardProps ¶
type DesignCommentsCardProps struct { User adapters.GothUser 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 DesignReactionsProps ¶ added in v0.1.24
DesignReactionsProps ...
type DesignRevisionsCardProps ¶ added in v0.1.25
type DesignRevisionsCardProps struct { ClassNames htmx.ClassNames DesignID uuid.UUID }
DesignRevisionsCardProps ...
type DesignTagProps ¶ added in v0.1.25
DesignTagProps ...
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 ...
type DesignsTableProps ¶
type DesignsTableProps struct { Designs []*models.Design Templates []*models.Template URL string Search string Offset int Limit int Total int }
DesignsTableProps ...
type EditorProps ¶ added in v0.1.25
type EditorProps struct { ClassNames htmx.ClassNames Content string }
EditorProps ...
Source Files ¶
Click to show internal directories.
Click to hide internal directories.