@zendeskgarden/react-notifications
This package includes several varieties of notifications and wells within
the Garden Design System.
Installation
npm install @zendeskgarden/react-notifications
npm install react react-dom prop-types styled-components @zendeskgarden/react-theming
Usage
import '@zendeskgarden/react-notifications/dist/styles.css';
import { ThemeProvider } from '@zendeskgarden/react-theming';
import { Notification, Title } from '@zendeskgarden/react-notifications';
<ThemeProvider>
<Notification>
<Title>Example Title</Title>
Lorem ipsum dolor sit amet, consectetur adipiscing elit...
</Notification>
</ThemeProvider>;