https://github.com/wangzuo/react-progress-label
Progress component for React and React Native
https://github.com/wangzuo/react-progress-label
javascript react
Last synced: 19 days ago
JSON representation
Progress component for React and React Native
- Host: GitHub
- URL: https://github.com/wangzuo/react-progress-label
- Owner: swiftcarrot
- License: isc
- Created: 2015-07-07T09:18:43.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2021-12-10T08:01:45.000Z (over 3 years ago)
- Last Synced: 2024-05-22T20:07:14.425Z (11 months ago)
- Topics: javascript, react
- Language: JavaScript
- Homepage: https://swiftcarrot.dev/react-progress-label
- Size: 413 KB
- Stars: 92
- Watchers: 6
- Forks: 23
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-react-components-all - react-progress-label - Progress label component. (Uncategorized / Uncategorized)
- awesome-list - react-progress-label - Progress label component. (Demos / Loader)
- awesome-react-components - react-progress-label - Progress label component. (UI Components / Loader)
- awesome-react-components - react-progress-label - Progress label component. (UI Components / Loader)
README
# react-progress-label
[](https://www.npmjs.com/package/react-progress-label)
[](https://www.npmjs.com/package/react-progress-label)
[](https://travis-ci.org/swiftcarrot/react-progress-label)
[](https://codecov.io/gh/swiftcarrot/react-progress-label)
[](https://github.com/prettier/prettier)Progress component for React and React Native

### Installation
```sh
yarn add react-progress-label
npm install react-progress-label --save
```### Demo
[https://swiftcarrot.dev/react-progress-label](https://swiftcarrot.dev/react-progress-label)
### Usage
```javascript
```
### React Native usage
We need to install [react-native-svg](https://github.com/react-native-community/react-native-svg) first. The native version implements the same api as the web version.
```javascript
import ProgressLabel from 'react-progress-label';
```This project is inspired by [kirualex/KAProgressLabel](https://github.com/kirualex/KAProgressLabel).
### License
ISC