1.0.0 • Published 5 years ago

primer-progress v1.0.0

Weekly downloads
624
License
MIT
Repository
github
Last release
5 years ago

Primer / Progress

npm version Build Status

TODO: fill in this description later

This repository is a module of the full primer repository.

Install

This repository is distributed with npm. After installing npm, you can install primer-progress with this command.

$ npm install --save primer-progress

Usage

The source files included are written in Sass (SCSS) You can simply point your sass include-path at your node_modules directory and import it like this.

@import "primer-progress/index.scss";

You can also import specific portions of the module by importing those partials from the /lib/ folder. Make sure you import any requirements along with the modules.

Build

For a compiled CSS version of this module, an npm script is included that will output a css version to build/build.css The built css file is also included in the npm package:

$ npm run build

Default Progress Bar

<span class="Progress">
  <span class="Progress-value bg-green" style="width: 50%;"></span>
  <span class="Progress-value bg-purple" style="width: 25%;"></span>
  <span class="Progress-value bg-red" style="width: 5%;"></span>
</span>

Large Progress Bar

<span class="Progress Progress--large">
  <span class="Progress-value bg-green" style="width: 50%;"></span>
  <span class="Progress-value bg-purple" style="width: 25%;"></span>
  <span class="Progress-value bg-red" style="width: 5%;"></span>
</span>

Small Progress Bar

<span class="Progress Progress--small">
  <span class="Progress-value bg-green" style="width: 50%;"></span>
  <span class="Progress-value bg-purple" style="width: 25%;"></span>
  <span class="Progress-value bg-red" style="width: 5%;"></span>
</span>

Progress Bar With Tooltip

<div class="tooltipped tooltipped-n" aria-label="78 done / 6 in progress / 2 to do">
  <span class="Progress">
    <span class="Progress-value bg-green" style="width: 50%;"></span>
    <span class="Progress-value bg-purple" style="width: 25%;"></span>
    <span class="Progress-value bg-red" style="width: 5%;"></span>
  </span>
</div>

License

MIT © GitHub

1.0.0

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.2-rc.1

5 years ago

0.1.2-rc.0

5 years ago

0.1.1-rc.9

5 years ago

0.1.1-rc.8

5 years ago

0.1.1

5 years ago

0.1.1-rc.7

5 years ago

0.1.1-rc.6

5 years ago

0.1.1-rc.5

5 years ago

0.1.1-rc.4

5 years ago

0.1.1-rc.3

5 years ago

0.1.1-rc.2

5 years ago

0.1.1-rc.1

5 years ago

0.1.1-rc.0

5 years ago

0.1.0-rc.5

5 years ago

0.1.0

5 years ago

0.1.0-rc.4

5 years ago

0.1.0-rc.3

5 years ago

0.1.0-rc.2

5 years ago

0.1.0-rc.1

5 years ago

0.1.0-rc.0

5 years ago

0.0.1-rc.1

5 years ago

0.0.1-rc.0

5 years ago