import { Meta } from '@storybook/blocks'; import * as NotificationGroupStories from './NotificationGroup.stories.tsx'; # NotificationGroup The NotificationGroup component renders any current notifications to the top of the screen. Check `NotificationProvider` [documentation](/docs/ui-providers-notificationprovider--page) for more information. ## Importing ```javascript import { NotificationGroup } from 'amazon-chime-sdk-component-library-react'; ``` ## Example ```jsx ``` Note: Check for working under the `Canvas` section for this component. ## Dependencies - `NotificationProvider`