Documentation
¶
Overview ¶
templ: version: v0.3.977
templ: version: v0.3.977
templ: version: v0.3.977
templ: version: v0.3.977
templ: version: v0.3.977
templ: version: v0.3.977
templ: version: v0.3.977
templ: version: v0.3.977
templ: version: v0.3.977
templ: version: v0.3.977
templ: version: v0.3.977
templ: version: v0.3.977
templ: version: v0.3.977
templ: version: v0.3.977
templ: version: v0.3.977
Index ¶
- func ActionButtons(label string, disabled ...bool) templ.Component
- func Actions(online bool, currentBalance string) templ.Component
- func ArkBalanceIcon() templ.Component
- func ArkIcon() templ.Component
- func ArrowRight() templ.Component
- func BackButton() templ.Component
- func BackIcon() templ.Component
- func BackupButton() templ.Component
- func BalanceWithMax(icon templ.Component, sats string) templ.Component
- func CheckIcon() templ.Component
- func CheckMarkIcon() templ.Component
- func ChevronDownIcon() templ.Component
- func CloseIcon() templ.Component
- func CodeSample(code string) templ.Component
- func ContinueButton(centered bool, disabled ...bool) templ.Component
- func ContinueCopyButtons(payload string, centered bool) templ.Component
- func CopyButton(payload string) templ.Component
- func CopyIcon() templ.Component
- func CopyWidget(payload string) templ.Component
- func CreateWalletButton(disabled ...bool) templ.Component
- func DangerIcon() templ.Component
- func DelegateTaskHistoryLine(task types.DelegateTask) templ.Component
- func DesktopHeader() templ.Component
- func DotsButton() templ.Component
- func DotsIcon() templ.Component
- func EditIcon() templ.Component
- func Error(line1 string, line2 string) templ.Component
- func ExplorerIcon() templ.Component
- func EyeCloseIcon() templ.Component
- func EyeOpenIcon() templ.Component
- func FailureTxIcon() templ.Component
- func Header(title string, backPath ...string) templ.Component
- func HeaderTemplate(title string, backPath templ.SafeURL, action ...templ.Component) templ.Component
- func HeaderWithAction(title string, buttons templ.Component, backPath ...string) templ.Component
- func HeaderWithActionTemplate(title string, backPath templ.SafeURL, buttons templ.Component) templ.Component
- func Hero(currentBalance string, online bool) templ.Component
- func HeroBalance(currentBalance string) templ.Component
- func HeroHeader() templ.Component
- func HistoryBodyContent(transactions []types.Transaction, lastId string, loadMore bool) templ.Component
- func HistoryEmpty() templ.Component
- func HistoryIcon() templ.Component
- func HistoryLine(tx types.Transaction) templ.Component
- func InboundIcon() templ.Component
- func InfoIcon() templ.Component
- func InfoLargeIcon() templ.Component
- func InfoLightIcon() templ.Component
- func InputAddress() templ.Component
- func InputAmount(max string) templ.Component
- func InputFake(text string) templ.Component
- func InputGeneric(id, placeholder, value string) templ.Component
- func InputWithPaste(id, placeholder, value string) templ.Component
- func Label(text string) templ.Component
- func LightningIcon() templ.Component
- func LnBalanceIcon() templ.Component
- func LnConnectButtons(id string, isPreconfigured bool) templ.Component
- func LogoName() templ.Component
- func LogoNameSmall() templ.Component
- func LogoOrange() templ.Component
- func LogoWhite() templ.Component
- func LogoWhiteSmall() templ.Component
- func LogoXL() templ.Component
- func OrangeButton(label string, disabled ...bool) templ.Component
- func OutboundIcon() templ.Component
- func PasteIcon() templ.Component
- func PasteWidget(id string) templ.Component
- func PaymentHistoryLine(payment types.Payment) templ.Component
- func PendingIcon() templ.Component
- func PendingPaymentTable(createdAt string, refundLockTime types.LockTime) templ.Component
- func PendingSwapTable(createdAt string, refundLocktime types.LockTime) templ.Component
- func PendingTransferTable(createdAt, nextClaim string) templ.Component
- func PendingTxIcon() templ.Component
- func ReceiveAmount() templ.Component
- func ReceiveIcon() templ.Component
- func ReceivedTxTable(sats, date, status string) templ.Component
- func RecvTxIcon() templ.Component
- func RedirectButton(label string, disabled ...bool) templ.Component
- func RefundButtonsAction(txid string) templ.Component
- func RefundingPaymentTable(createdAt string, refundLocktime types.LockTime) templ.Component
- func RefundingSwapTable(createdAt string, refundLocktime types.LockTime) templ.Component
- func ScanIcon() templ.Component
- func ScanIconXL() templ.Component
- func ScanWidget(id string) templ.Component
- func SelectDropdown(name, value string, options [][]string) templ.Component
- func SendAmount(max string) templ.Component
- func SendIcon() templ.Component
- func SendTxTable(sats, feeAmount, total string) templ.Component
- func SentTxIcon() templ.Component
- func SentTxTable(sats, date, status string) templ.Component
- func ServerIcon() templ.Component
- func SettingsButton() templ.Component
- func SettingsIcon() templ.Component
- func SettleButtonsAction(txid, explorerUrl string) templ.Component
- func ShareIcon() templ.Component
- func ShowTxIcon(kind, status string) templ.Component
- func SignOutButton() templ.Component
- func SpinnerIconOrange() templ.Component
- func Steps(current, max int) templ.Component
- func SwapHistoryButton() templ.Component
- func SwapHistoryLine(swap types.Swap) templ.Component
- func SwapIcon() templ.Component
- func SwapTxIcon() templ.Component
- func SwapTxTable(sats, feeAmount, total string) templ.Component
- func SwappedTxTable(sats, date, status string) templ.Component
- func Toast(text string, err ...bool) templ.Component
- func Transfer(tx types.Transfer, explorerUrl string) templ.Component
- func TransferHistoryLine(tx types.Transfer) templ.Component
- func TwitterIcon() templ.Component
- func TxIcon(kind, status string) templ.Component
- func TxReceivedIcon() templ.Component
- func TxSentIcon() templ.Component
- func TxSwapIcon() templ.Component
- func ViewTxButton(txid, explorerUrl string) templ.Component
- func ViewTxButtonDot(txid, explorerUrl string) templ.Component
- func WaitingIcon() templ.Component
- func WaitingTxIcon() templ.Component
- func WarningIcon() templ.Component
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ActionButtons ¶
components (rows or dots)
func ArkBalanceIcon ¶
func ArrowRight ¶ added in v0.1.12
func BackupButton ¶ added in v0.1.9
func CheckMarkIcon ¶
func ChevronDownIcon ¶
func CodeSample ¶
func ContinueButton ¶ added in v0.1.9
func ContinueCopyButtons ¶ added in v0.1.9
func CopyButton ¶ added in v0.1.6
func CopyWidget ¶ added in v0.1.6
func CreateWalletButton ¶ added in v0.1.9
func DangerIcon ¶
func DelegateTaskHistoryLine ¶ added in v0.3.14
func DelegateTaskHistoryLine(task types.DelegateTask) templ.Component
func DesktopHeader ¶
func DotsButton ¶ added in v0.1.7
func ExplorerIcon ¶ added in v0.1.7
func EyeCloseIcon ¶
func EyeOpenIcon ¶
func FailureTxIcon ¶
func HeaderTemplate ¶ added in v0.1.7
func HeaderWithAction ¶ added in v0.1.7
func HeaderWithActionTemplate ¶ added in v0.1.7
func HeroBalance ¶
func HeroHeader ¶
func HistoryBodyContent ¶
func HistoryEmpty ¶
func HistoryIcon ¶
func HistoryLine ¶
func HistoryLine(tx types.Transaction) templ.Component
func InboundIcon ¶
func InfoLargeIcon ¶
func InfoLightIcon ¶
func InputAddress ¶
func InputAmount ¶
func InputGeneric ¶
func InputWithPaste ¶
func LightningIcon ¶
func LnBalanceIcon ¶
func LogoNameSmall ¶ added in v0.1.7
func LogoOrange ¶ added in v0.1.7
func LogoWhiteSmall ¶ added in v0.1.7
func OutboundIcon ¶
func PasteWidget ¶ added in v0.1.7
func PaymentHistoryLine ¶ added in v0.3.0
func PendingIcon ¶
func PendingPaymentTable ¶ added in v0.3.0
func PendingSwapTable ¶ added in v0.3.0
func PendingTransferTable ¶ added in v0.3.0
func PendingTxIcon ¶
func ReceiveAmount ¶
func ReceiveIcon ¶
func ReceivedTxTable ¶
func RecvTxIcon ¶
func RefundButtonsAction ¶ added in v0.3.0
func RefundingPaymentTable ¶ added in v0.3.0
func RefundingSwapTable ¶ added in v0.3.0
func ScanIconXL ¶
func ScanWidget ¶ added in v0.1.7
func SelectDropdown ¶ added in v0.1.8
func SendAmount ¶
func SendTxTable ¶
func SentTxIcon ¶
func SentTxTable ¶
func ServerIcon ¶
func SettingsButton ¶ added in v0.1.7
func SettingsIcon ¶
func SettleButtonsAction ¶ added in v0.1.7
func ShowTxIcon ¶
func SignOutButton ¶ added in v0.1.9
func SpinnerIconOrange ¶
func SwapHistoryButton ¶ added in v0.1.12
func SwapTxIcon ¶
func SwapTxTable ¶
func SwappedTxTable ¶
func TransferHistoryLine ¶ added in v0.1.12
func TwitterIcon ¶
func TxReceivedIcon ¶
func TxSentIcon ¶
func TxSwapIcon ¶
func ViewTxButton ¶
func ViewTxButtonDot ¶ added in v0.1.8
func WaitingIcon ¶
func WaitingTxIcon ¶
func WarningIcon ¶ added in v0.1.7
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.