@npmcorp/pui-css-traffic-lights
v8.5.0
Published
traffic-lights css component for the npm fork of Pivotal UI, based on Bootstrap
Downloads
42
Readme
@npmcorp/pui-css-traffic-lights
A CSS traffic-lights 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-traffic-lights
Usage
<h3>On</h3>
<ul class="traffic-lights list-unstyled mvm">
<li class="green-light">
<i class="fa fa-circle"></i>
5
</li>
<li class="gray-light">
<i class="fa fa-circle"></i>
1
</li>
<li class="red-light">
<i class="fa fa-circle"></i>
8
</li>
</ul>
You can find more examples of the traffic-lights 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.