Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/swiftcarrot/react-progress-label
Progress component for React and React Native
https://github.com/swiftcarrot/react-progress-label
javascript react
Last synced: 3 months ago
JSON representation
Progress component for React and React Native
- Host: GitHub
- URL: https://github.com/swiftcarrot/react-progress-label
- Owner: swiftcarrot
- License: isc
- Created: 2015-07-07T09:18:43.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-12-10T08:01:45.000Z (about 3 years ago)
- Last Synced: 2024-05-22T20:07:14.425Z (8 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)
README
# react-progress-label
[![npm](https://img.shields.io/npm/v/react-progress-label.svg)](https://www.npmjs.com/package/react-progress-label)
[![npm](https://img.shields.io/npm/dm/react-progress-label.svg)](https://www.npmjs.com/package/react-progress-label)
[![Build Status](https://travis-ci.org/swiftcarrot/react-progress-label.svg?branch=master)](https://travis-ci.org/swiftcarrot/react-progress-label)
[![codecov](https://codecov.io/gh/swiftcarrot/react-progress-label/branch/master/graph/badge.svg)](https://codecov.io/gh/swiftcarrot/react-progress-label)
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)Progress component for React and React Native
![screenshot](https://raw.githubusercontent.com/swiftcarrot/react-progress-label/master/screenshot.png)
### 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