README
pui-react-buttons
A collection of React components providing styled buttons and links
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
UIButton
A wrapper around the Pivotal UI button component
var UIButton = require('
#### Properties
- `href`
- `String`: Makes a button-styled link pointing to the given URL
- `block`
- `Boolean`: Makes the button fill the width of its container
- `large`
- `Boolean`: Enlarges the button
### DefaultButton
#### Properties
- `href`
- `String`: Makes a button-styled link pointing to the given URL
- `block`
- `Boolean`: Makes the button fill the width of its container
- `large`
- `Boolean`: Enlarges the button
### DefaultAltButton
#### Properties
- `href`
- `String`: Makes a button-styled link pointing to the given URL
- `block`
- `Boolean`: Makes the button fill the width of its container
- `large`
- `Boolean`: Enlarges the button
### LowlightButton
#### Properties
- `href`
- `String`: Makes a button-styled link pointing to the given URL
- `block`
- `Boolean`: Makes the button fill the width of its container
- `large`
- `Boolean`: Enlarges the button
### DangerButton
#### Properties
- `href`
- `String`: Makes a button-styled link pointing to the given URL
- `block`
- `Boolean`: Makes the button fill the width of its container
- `large`
- `Boolean`: Enlarges the button
### HighlightButton
#### Properties
- `href`
- `String`: Makes a button-styled link pointing to the given URL
- `block`
- `Boolean`: Makes the button fill the width of its container
- `large`
- `Boolean`: Enlarges the button
### HighlightAltButton
#### Properties
- `href`
- `String`: Makes a button-styled link pointing to the given URL
- `block`
- `Boolean`: Makes the button fill the width of its container
- `large`
- `Boolean`: Enlarges the button
*****************************************
(c) Copyright 2015 Pivotal Software, Inc. All Rights Reserved.