@npmcorp/pui-react-notifications

A React component for showing a dropdown of notification messages

Usage no npm install needed!

<script type="module">
  import npmcorpPuiReactNotifications from 'https://cdn.skypack.dev/@npmcorp/pui-react-notifications';
</script>

README

pui-react-notifications

A React component for showing a dropdown of notification messages

Pivotal UI React (GitHub, npm) is a collection of React components for rapidly building and prototyping UIs.

This component requires React v0.13

See the Pivotal UI Styleguide for fully rendered examples.

Components

Notifications

A dropdown for showing a count (in the trigger) and list (in the menu) of notifications

var Notifications = require('



### AlertNotifications

A dropdown for showing a list of notifications with an alert icon in the trigger if there are notifications

```js
var AlertNotifications = require('



### NotificationItem

A notification in notifications component



#### Properties

- `href`
  - `String`: A URL to link to when the notification is clicked


*****************************************

(c) Copyright 2015 Pivotal Software, Inc. All Rights Reserved.