Earthling UI

  1. Components
  2. toast

Toast

Prop
Default Value
Value
The color scheme of the toast
scheme
default

Anatomy

<ToastProvider> <Toast> <ToastTitle /> <ToastDescription /> <ToastAction /> <ToastClose /> </Toast> <ToastViewport /> </ToastProvider>

Installation

1
Ensure Earthling UI is installed
bun add earthling-ui
2
Import the component from earthling-ui
import { ToastProvider, ToastViewport, Toast, ToastTitle, ToastDescription, ToastClose, ToastAction } from "earthling-ui/toast"
The component is ready to use