pui-css-spinnersdeprecated

spinners css component for Pivotal UI based on Bootstrap

Usage no npm install needed!

<script type="module">
  import puiCssSpinners from 'https://cdn.skypack.dev/pui-css-spinners';
</script>

README

pui-css-spinners

A CSS spinners component that can be installed via this npm package. This package provides all of the CSS you need to use the component.

Installation

To install the package from the command line:

npm install pui-css-spinners

Usage

<div class="spinner-lg bkg-default-5 out">
  <i class="fa fa-spin fa-cog mtxl"></i>
</div>

<div class="spinner-sm bkg-default-5 out">
  <i class="fa fa-spin fa-cog mtxl"></i>
</div>

You can find more examples of the spinners component in the pui style guide


This is a component of Pivotal UI, a collection of React and CSS components for rapidly building and prototyping UIs.

Styleguide Github npm

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