@npmcorp/pui-css-modals
v6.4.0
Published
modals css component for the npm fork of Pivotal UI, based on Bootstrap
Downloads
37
Readme
@npmcorp/pui-css-modals
A CSS modals component that can be installed via this npm package. The package provides all of the CSS you need to use the component.
Installation
To install the package, from the command line, type:
npm install pui-css-modals
Usage
Note that this requires Bootstrap's JavaScript.
<div class="modal fade modal-basic" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">×</span><span class="sr-only">Close</span></button>
<h4 class="modal-title" id="myModalLabel">Modal title</h4>
</div>
<div class="modal-body">
...
</div>
<div class="modal-footer">
<button type="button" class="btn btn-lowlight" data-dismiss="modal">Close</button>
<button type="button" class="btn btn-default">Save changes</button>
</div>
</div>
</div>
</div>
You can find more examples of the modals component in the pui style guide
This is a component of Pivotal UI. It is a Pivotal specific implementation of Bootstrap.
(c) Copyright 2015 Pivotal Software, Inc. All Rights Reserved.