Skip to content
This repository has been archived by the owner on Sep 28, 2023. It is now read-only.

Latest commit

 

History

History
23 lines (14 loc) · 659 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 659 Bytes

Notifications Toast

Toasts are floating message boxes that appear up to a maximum of three at a time (similar events may be grouped). These are primarily informational they report a system occurrence that typically does not require much user action.

Read more about when and how to use the Toast component on the internal wiki.

Getting started

Install the package

yarn add @hig/notifications-toast @hig/theme-context @hig/theme-data

Import the component

import NotificationsToast from '@hig/notifications-toast';

Basic usage