---
title: "Toast"
description: "Toasts are brief and small messages that overlay content, but do not block the user’s flow, as they are out of the way and ephemeral."
sidebar_label: "Toast"
slug: /reference/components/toast
---

import ComponentDemo from '@site/src/components/ComponentDemo';

# Toast

Toasts are brief and small messages that overlay content, but do not block the user’s flow, as they are out of the way and ephemeral. Toasts do not require user action and primarily acknowledge that a user has performed an action or completed a task. Also known as 'snackbar'.

**Package:** `@terreno/ui`  
**Categories:** Component  
**Props interface:** `ToasterProps`  
**Story source:** [`demo/stories/Toast.stories.tsx`](https://github.com/flourishhealth/terreno/blob/master/demo/stories/Toast.stories.tsx)

## Live demo

<ComponentDemo name="Toast" />

## Props

_No documented props were extracted from TypeDoc._

