0.1.6 • Published 6 years ago

@materialr/linear-progress v0.1.6

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

MaterialR LinearProgress

@materialr/linear-progress

Build Status Coverage Status NSP Status semantic-release

Material linear-progress implementation for React

Installation

$ npm install --save @materialr/linear-progress

Demo

A full demo is available on the MaterialR website showcasing all variants.

Components

Default export

import LinearProgress from '@materialr/linear-progress';

Props

PropTypeRequiredDefaultDescription
buffernumber (0-1)No0The total buffer amount
classNamestringNoundefinedAdditional classNames to add
indeterminateboolNofalseWhether the progress bar is indeterminate
progressnumber (0-1)No0The total progress amount
reversedboolNofalseWhether the progress bar is reversed
0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.1

6 years ago

0.0.0

6 years ago