import { CToaster } from '@coreui/react'// orimport CToaster from '@coreui/react/src/components/toast/CToaster'| Property | Description | Type | Default |
|---|---|---|---|
| className | A string of all className you want applied to the base component. | string | - |
| placement | Describes the placement of your component. | 'top-start' | 'top' | 'top-end' | 'middle-start' | 'middle' | 'middle-end' | 'bottom-start' | 'bottom' | 'bottom-end' | string | - |
| push | Adds new CToast to CToaster. | ReactElement | - |
On this page