JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 15
  • Score
    100M100P100Q21442F
  • License MIT

Material linear-progress implementation for React

Package Exports

  • @materialr/linear-progress

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@materialr/linear-progress) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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