pui-css-button-group
A CSS button-group 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-button-group
Usage
<div class="btn-group" role="group" aria-label="...">
<button type="button" class="btn btn-default">Left</button>
<button type="button" class="btn btn-default">Middle</button>
<button type="button" class="btn btn-default">Right</button>
</div>
You can find more examples of the button-group component in the pui style guide
This is a component of Pivotal UI. It is a Pivotal specific implementation of Bootstrap.
Styleguide
Github
(c) Copyright 2015 Pivotal Software, Inc. All Rights Reserved.