mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-06-29 23:55:02 +00:00
16 lines
534 B
Plaintext
16 lines
534 B
Plaintext
---
|
|
title: Toast
|
|
description: A succinct message that is displayed temporarily.
|
|
base: base
|
|
component: true
|
|
links:
|
|
doc: https://base-ui.com/react/components/toast
|
|
api: https://base-ui.com/react/components/toast#api-reference
|
|
---
|
|
|
|
<Callout title="The toast component has been deprecated." className="mt-0">
|
|
See the [sonner](/docs/components/sonner) documentation for more information.
|
|
</Callout>
|
|
|
|
If you're looking for the old toast component, see the [old docs](https://v3.shadcn.com/docs/components/toast) for more information.
|