@npmcorp/pui-react-dropdowns
v8.5.0
Published
A React dropdown component
Downloads
31
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.