@npmcorp/pui-react-dropdowns

A React dropdown component

Usage no npm install needed!

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

README

pui-react-dropdowns

A React dropdown component

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

Dropdown

A menu that opens when triggered by a button

var Dropdown = require('

#### Properties

- `title`
  - `String`: Sets the text of the dropdown trigger button


### DropdownItem

Denotes the elements of a dropdown menu



#### Properties

- `href`
  - `String`: A URL to link to

- `divider`
  - `Boolean`: If set, inserts a horizontal line instead of a link


### LinkDropdown

An alternate style for the dropdown trigger button



#### Properties

- `title`
  - `String`: Sets the text of the dropdown trigger button


### DefaultAltDropdown

An alternate style for the dropdown trigger button



#### Properties

- `title`
  - `String`: Sets the text of the dropdown trigger button


### LowlightDropdown

An alternate style for the dropdown trigger button



#### Properties

- `title`
  - `String`: Sets the text of the dropdown trigger button


### DangerDropdown

An alternate style for the dropdown trigger button



#### Properties

- `title`
  - `String`: Sets the text of the dropdown trigger button


### HighlightDropdown

An alternate style for the dropdown trigger button



#### Properties

- `title`
  - `String`: Sets the text of the dropdown trigger button


### HighlightAltDropdown

An alternate style for the dropdown trigger button



#### Properties

- `title`
  - `String`: Sets the text of the dropdown trigger button


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

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