Skip to content

NotificationProgress


ts
import { NotificationProgress } from 'notivue'

import 'notivue/notification-progress.css'

Optional, drop-in progress for built-in Notification component. Usage and Configuration.

Props

ts
interface NotificationProgressProps {
  /**
   * Notivue's exposed notification item.
   *
   * @required
   * @default undefined
   */
  item: NotivueItem
}