Skip to content

materialr/linear-progress

Repository files navigation

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

Prop Type Required Default Description
buffer number (0-1) No 0 The total buffer amount
className string No undefined Additional classNames to add
indeterminate bool No false Whether the progress bar is indeterminate
progress number (0-1) No 0 The total progress amount
reversed bool No false Whether the progress bar is reversed