import { Meta, Story, Canvas } from '@storybook/addon-docs/blocks';
import { Toast } from './toast.component';

<Meta title="Components/Overlays/Toast" component={Toast} />

# Toast (standalone)

<Canvas>
  <Story id="components-overlays-toast--standalone" />
</Canvas>

**This is the standalone component. It is recommended to use the `<ToastCentre />` instead.**

The Toast component displays a message that can be dismissed.

See the `<ToastCentre />` docs for details.
