New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@materialr/linear-progress

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@materialr/linear-progress

Material linear-progress implementation for React

latest
Source
npmnpm
Version
0.1.6
Version published
Maintainers
1
Created
Source

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

Keywords

React

FAQs

Package last updated on 08 Jun 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts