Documentation
¶
Overview ¶
templ: version: v0.3.819
templ: version: v0.3.819
templ: version: v0.3.819
templ: version: v0.3.819
Index ¶
- func AccountSelect() templ.Component
- func CoinOption(a Coin) templ.Component
- func CoinSelect() templ.Component
- func HandleError(value string, helpText string) templ.Component
- func HandleInitial() templ.Component
- func HandleSuccess(value string) templ.Component
- func PasskeyError(addr string, userHandle string, challenge string) templ.Component
- func PasskeyInitial(addr string, userHandle string, challenge string) templ.Component
- func PasskeySuccess(addr string, userHandle string, challenge string) templ.Component
- type Coin
- type HandleState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AccountSelect ¶ added in v0.1.3
func CoinOption ¶ added in v0.1.3
func CoinSelect ¶ added in v0.1.3
func HandleInitial ¶
func HandleSuccess ¶
func PasskeyError ¶
func PasskeyInitial ¶
Types ¶
type HandleState ¶
type HandleState string
const ( HandleStateInitial HandleState = "inital" HandleStateValid HandleState = "valid" HandleStateInvalid HandleState = "invalid" )
Click to show internal directories.
Click to hide internal directories.