designs

package
v0.1.17 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 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
}

DesignNewFormProps ...

type DesignTitleCardProps

type DesignTitleCardProps struct {
	ClassNames htmx.ClassNames
	Design     models.Design
	Markdown   string
}

DesignTitleCardProps ...

type DesignsTableProps

type DesignsTableProps struct {
	Designs []*models.Design
	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