Documentation ¶
Index ¶
- func TemplateBodyCard(props TemplateBodyCardProps) htmx.Node
- func TemplateNewForm(props TemplateNewFormProps) htmx.Node
- func TemplateTitleCard(props TemplateTitleCardProps) htmx.Node
- func TemplatesTable(props TemplatesTableProps, children ...htmx.Node) htmx.Node
- type TemplateBodyCardProps
- type TemplateNewFormProps
- type TemplateTitleCardProps
- type TemplatesTableProps
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func TemplateBodyCard ¶
func TemplateBodyCard(props TemplateBodyCardProps) htmx.Node
TemplateBodyCard ...
func TemplateNewForm ¶
func TemplateNewForm(props TemplateNewFormProps) htmx.Node
TemplateNewForm ...
func TemplateTitleCard ¶ added in v1.0.41
func TemplateTitleCard(props TemplateTitleCardProps) htmx.Node
TemplateTitleCard ...
func TemplatesTable ¶
func TemplatesTable(props TemplatesTableProps, children ...htmx.Node) htmx.Node
TemplatesTable ...
Types ¶
type TemplateBodyCardProps ¶
type TemplateBodyCardProps struct { // ClassNames ... ClassNames htmx.ClassNames // Template ... Template models.Template // User ... User adapters.GothUser }
TemplateBodyCardProps ...
type TemplateNewFormProps ¶
type TemplateNewFormProps struct {
ClassNames htmx.ClassNames
}
TemplateNewFormProps ...
type TemplateTitleCardProps ¶ added in v1.0.41
type TemplateTitleCardProps struct { ClassNames htmx.ClassNames Template models.Template Markdown string }
TemplateTitleCardProps ...
Click to show internal directories.
Click to hide internal directories.