models

package
v0.0.0-...-2f685a5 Latest Latest
Warning

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

Go to latest
Published: Aug 3, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	DecoratorPositionNone   = "none"
	DecoratorPositionBefore = "before"
	DecoratorPositionAfter  = "after"
	DecoratorPositionOnly   = "only"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Attributes

type Attributes map[string]string

type Button

type Button struct {
	Text              string
	Variant           string
	Color             string
	Size              string
	Opacity           string
	Upload            bool
	Decorator         templ.Component
	DecoratorPosition string
	HTMX              Attributes
	HTML              Attributes
}

type Chip

type Chip struct {
	Text    string
	Variant string
	Color   string
	Size    string
	Opacity string
	HTMX    Attributes
	HTML    Attributes
}

Jump to

Keyboard shortcuts

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