Components

NotificationList

<NotificationList />

Constructor

# <NotificationList />

Parameters:
Name Type Attributes Default Description
notifications Array.<NotificationProps> The notifications to display.
maxNotifications numbe <optional>
5 Maximum amount of notification to display at once. Will display the first n notifications.
maxTime number <optional>
5000 The maximum amount of time a notification should be on screen for.
reversed boolean <optional>
true Whether the order is reversed or not.
Author:

View Source components/notification/NotificationList.tsx, line 14