import { DaffNotificationOrientation } from '@daffodil/design/notification'
The available orientations for a notification.
Orientation | Description |
---|---|
vertical |
Stacks notification content from top to bottom. This is the default orientation. |
horizontal |
Places notification content side-by-side. |
type DaffNotificationOrientation = 'horizontal' | 'vertical'