1.0.1 • Published 6 months ago

@rc-component/progress v1.0.1

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

@rc-component/progress

Progress Bar.

NPM version dumi build status Test coverage npm download bundle size

Example

https://progress.react-component.vercel.app/

Screenshots

Browsers

  • support IE9+, Chrome, Firefox, Safari

Install

@rc-component/progress

Usage

import { Line, Circle } from '@rc-component/progress';

export default () => (
  <>
     <Line percent={10} strokeWidth={4} strokeColor="#D3D3D3" />
     <Circle percent={10} strokeWidth={4} strokeColor="#D3D3D3" /> 
  </>
);

Compatibility

IE / EdgeFirefoxChromeSafariElectron
IE11, Edgelast 2 versionslast 2 versionslast 2 versionslast 2 versions

API

props

Installation

npm install --save @rc-component/progress

Development

npm install
npm start

License

@rc-component/progress is released under the MIT license.

1.0.1

6 months ago

1.0.0

6 months ago