8.5.0 • Published 7 years ago

@npmcorp/pui-react-modals v8.5.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

pui-react-modals

React components for opening and closing modal windows

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

Modal

Opens a modal window with scrim. The modal can be closed by either clicking the "x" button, clicking on the scrim, pressing Escape, or calling modal#close as in the example.

var Modal = require('

#### Properties

- `title`
  - `String`: Header text for the modal window


### ModalBody

Denotes content for the body of a `<Modal>`





### ModalFooter

Denotes content for the footer of a `<Modal>`





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

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