[go: up one dir, main page]

variables

package
v3.0.3 Latest Latest
Warning

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

Go to latest
Published: May 14, 2025 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (

	// ColorBlue represents blue color.
	ColorBlue = lipgloss.AdaptiveColor{Light: "#5A56E0", Dark: "#7571F9"}

	// ColorGreen represents green color.
	ColorGreen = lipgloss.AdaptiveColor{Light: "#02BA84", Dark: "#02BF87"}

	// ColorYellow represents yellow color.
	ColorYellow = lipgloss.AdaptiveColor{Light: "#E0C900", Dark: "#FFE600"}

	// ColorRed represents red color.
	ColorRed = lipgloss.AdaptiveColor{Light: "#FF4672", Dark: "#ED567A"}

	// ColorGray represents grey color.
	ColorGrey = lipgloss.AdaptiveColor{Light: "#FFFDF5", Dark: "#B6B4AD"}
)
View Source
var (

	// ListGoFrameworks represents the list of Go frameworks.
	ListGoFrameworks map[string][]string = map[string][]string{
		"default":    {"default", "Built-in net/http package"},
		"fiber":      {"fiber", "Fiber"},
		"gin":        {"gin", "Gin"},
		"echo":       {"echo", "Echo"},
		"chi":        {"chi", "Chi"},
		"httprouter": {"httprouter", "HttpRouter"},
		"gorilla":    {"gorilla", "Gorilla/Mux"},
		"pocketbase": {"pocketbase", "PocketBase"},
	}

	// ListReactivityLibraries represents the list of reactivity libraries.
	ListReactivityLibraries map[string][]string = map[string][]string{
		"htmx":             {"htmx", "htmx"},
		"htmx_hyperscript": {"htmx_hyperscript", "htmx with hyperscript"},
		"htmx_alpinejs":    {"htmx_alpinejs", "htmx with Alpine.js"},
	}

	// ListCSSFrameworks represents the list of CSS frameworks.
	ListCSSFrameworks map[string][]string = map[string][]string{
		"default":     {"default", "Default styles"},
		"tailwindcss": {"tailwindcss", "Tailwind CSS"},
		"daisyui":     {"daisyui", "Tailwind CSS with daisyUI components"},
		"flowbite":    {"flowbite", "Tailwind CSS with Flowbite components"},
		"prelineui":   {"prelineui", "Tailwind CSS with Preline UI components"},
		"unocss":      {"unocss", "UnoCSS"},
		"bootstrap":   {"bootstrap", "Bootstrap"},
		"bulma":       {"bulma", "Bulma"},
	}
)
View Source
var GoweblyVersion string = "v3.0.3"

GoweblyVersion represents the current Gowebly CLI version.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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