input

package
v0.1.3 Latest Latest
Warning

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

Go to latest
Published: Jan 11, 2025 License: MIT Imports: 2 Imported by: 2

Documentation

Overview

templ: version: v0.3.819

templ: version: v0.3.819

templ: version: v0.3.819

templ: version: v0.3.819

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AccountSelect added in v0.1.3

func AccountSelect() templ.Component

func CoinOption added in v0.1.3

func CoinOption(a Coin) templ.Component

func CoinSelect added in v0.1.3

func CoinSelect() templ.Component

func HandleError

func HandleError(value string, helpText string) templ.Component

func HandleInitial

func HandleInitial() templ.Component

func HandleSuccess

func HandleSuccess(value string) templ.Component

func PasskeyError

func PasskeyError(addr string, userHandle string, challenge string) templ.Component

func PasskeyInitial

func PasskeyInitial(addr string, userHandle string, challenge string) templ.Component

func PasskeySuccess

func PasskeySuccess(addr string, userHandle string, challenge string) templ.Component

Types

type Coin added in v0.1.3

type Coin struct {
	Ticker    string
	Name      string
	IsDefault bool
}

type HandleState

type HandleState string
const (
	HandleStateInitial HandleState = "inital"
	HandleStateValid   HandleState = "valid"
	HandleStateInvalid HandleState = "invalid"
)

Jump to

Keyboard shortcuts

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