toasts

package
v0.5.9 Latest Latest
Warning

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

Go to latest
Published: Jan 2, 2026 License: MIT Imports: 1 Imported by: 0

Documentation

Overview

Package `toasts` provides a simple way to display toast notifications in a web application.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ToastBottom

func ToastBottom(p ToastProps, children ...htmx.Node) htmx.Node

ToastBottom is a function that creates a toast component that is positioned at the bottom.

func ToastCenter

func ToastCenter(p ToastProps, children ...htmx.Node) htmx.Node

ToastCenter is a function that creates a toast component that is positioned at the center.

func ToastEnd

func ToastEnd(p ToastProps, children ...htmx.Node) htmx.Node

ToastEnd is a function that creates a toast component that is positioned at the end.

func ToastMiddle

func ToastMiddle(p ToastProps, children ...htmx.Node) htmx.Node

ToastMiddle is a function that creates a toast component that is positioned in the middle.

func ToastStart

func ToastStart(p ToastProps, children ...htmx.Node) htmx.Node

ToastStart is a function that creates a toast component that is positioned at the start.

func ToastTop

func ToastTop(p ToastProps, children ...htmx.Node) htmx.Node

ToastTop is a function that creates a toast component that is positioned at the top.

func Toat

func Toat(p ToastProps, children ...htmx.Node) htmx.Node

Toat is a function that creates a toast component.

Types

type ToastProps

type ToastProps struct {
	htmx.ClassNames
}

ToastProps are the properties for a toast component.

Jump to

Keyboard shortcuts

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