designs

package
v0.1.19 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 12, 2024 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DesignBodyCard

func DesignBodyCard(props DesignBodyCardProps) htmx.Node

DesignBodyCard ...

func DesignCommentsCard

func DesignCommentsCard(props DesignCommentsCardProps) htmx.Node

DesignCommentsCard ...

func DesignMetadataCard

func DesignMetadataCard(props DesignMetadataCardProps) htmx.Node

DesignMetadataCard ...

func DesignNewForm

func DesignNewForm(props DesignNewFormProps) htmx.Node

DesignNewForm ...

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 ...

type DesignsTableProps

type DesignsTableProps struct {
	Designs   []*models.Design
	Templates []*models.Template
	Offset    int
	Limit     int
	Total     int
}

DesignsTableProps ...

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL