ui

package
v0.2.47 Latest Latest
Warning

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

Go to latest
Published: Jul 31, 2022 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	MainColor = uint8(51)
)
View Source
var Spinner = spinner{}

Functions

func InputArea

func InputArea(config ...InputAreaConfig) (string, error)

func Radio

func Radio(configs ...RadioConfig) bool

Types

type InputAreaConfig

type InputAreaConfig struct {
	Layout             string   `json:"layout"`
	DefaultValue       string   `json:"default_value"`
	DefaultPlaceholder string   `json:"default_placeholder,omitempty"`
	PlaceHolders       []string `json:"placeholders,omitempty"`
}

type RadioConfig

type RadioConfig struct {
	Prefix      string
	Suffix      string
	Placeholder string
	Default     bool
	RadioText   string
}

Jump to

Keyboard shortcuts

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