A succinct message that is displayed temporarily.
Event created
Sunday, August 28
npx ghost-ui-native add toast
import { ToastProvider, useToast } from '@/components/ui/toast';
const { toast } = useToast() toast({ title: 'Saved', description: 'Your changes have been saved.' })