ToastStack
▸ ToastStack(props
): Element
Stack of toasts
Parameters
Name | Type |
---|---|
props | ToastStackProps |
Returns
Element
Example
example.tsx
<ToastStack />
import React from 'react' import { ToastStack } from '@vtex/shoreline-components' export default function App() { return (<> <ToastStack /> </> )}
Defined in
packages/components/src/toast/toast-stack.tsx:16 (opens in a new tab)