Toast

Pick a time

View on GitHub

Usage

Toaster

This needs to be placed in the root component of your application.

import { Toaster } from '@nerdfish/ui'
<Toaster />

Toast

import { Button, toast } from '@nerdfish/ui'
<Button onClick={() => toast.message('Toast message')}>Show toast</Toast>

Variant

Actions