0.2.0-alpha.aedc366f • Published 8 years ago

@hig/notifications-flyout v0.2.0-alpha.aedc366f

Weekly downloads
190
License
Apache-2.0
Repository
github
Last release
8 years ago

Notifications Flyout

The notifications flyout provides information and warnings that products may recover from without user involvement. It is meant to be included in the navigation bar on the top of the page.

Read more about when and how to use the Notifications Flyout on the internal wiki.

Getting started

yarn add @hig/notifications-flyout

Import the component and CSS

import { NotificationsFlyout, Notification } from '@hig/notifications-flyout';
import '@hig/notifications-flyout/build/index.css';

Basic usage

<NotificationsFlyout
  title="Notifications"
  unreadCount={3}
  featuredNotification={(
    <Notification>
      <p>New improvements to lorem ipsum</p>
    </Notification>
  )}
  open
>
  <Notification type="primary" unread>
    <p>Your subscription expires May 5</p>
  </Notification>
</NotificationsFlyout>
3.4.0

3 years ago

3.3.0

4 years ago

3.2.0

4 years ago

3.1.1

4 years ago

3.1.0

4 years ago

3.0.0

4 years ago

2.1.6

4 years ago

2.1.5

4 years ago

2.1.4

4 years ago

2.1.3

5 years ago

2.1.2

5 years ago

2.1.1

5 years ago

2.1.0

5 years ago

2.0.6

6 years ago

2.0.5

7 years ago

2.0.4

7 years ago

2.0.3

7 years ago

2.0.2

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago

0.2.4

7 years ago

0.2.3

8 years ago

0.2.2

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.1.0-alpha.4

8 years ago

0.1.0-alpha.3

8 years ago

0.1.0-alpha.2

8 years ago

0.1.1-alpha

8 years ago

0.1.0-alpha

8 years ago