import { CToaster } from '@coreui/react'
// or
import CToaster from '@coreui/react/src/components/toast/CToaster'
PropertyDescriptionTypeDefault
classNameA string of all className you want applied to the base component.string-
placementDescribes the placement of your component.'top-start' | 'top' | 'top-end' | 'middle-start' | 'middle' | 'middle-end' | 'bottom-start' | 'bottom' | 'bottom-end' | string-
pushAdds new CToast to CToaster.ReactElement-
On this page