This repository has been archived by the owner on Dec 24, 2019. It is now read-only.
Version 6.2.0
This release enables permanent notifications. Given dismissAfter
value of false
, the notification will not dismiss after a timeout. Instead, the notification must be dismissed through the onClick
handler.
// permanent notification
<Notification
dismissAfter={false]
onClick={...}
/>