1.0.8 • Published 4 years ago

react-native-splited-progress-bar v1.0.8

Weekly downloads
3
License
ISC
Repository
github
Last release
4 years ago

react-native-splited-progress-bar

Screenshot_20200104-111024

Installation

$ npm install react-native-splited-progress-bar --save

Usage

import {CircleProgressBar, ProgressBar} from 'react-native-splited-progress-bar';

<CircleProgressBar
    percentage={24}
/>
<ProgressBar
    percentage={24}
/>

CircleProgressBar

PropDescriptionDefault
percentagenumber of percentage0
sizesize of progress bar to show in app100
splitedsplited progressbar or nottrue
compeletedColorColor of the circle.#39bc65
inCompeletedColorColor of the inCompeleted area.#C1C1C1
innerComponentThe component to show in progresbarComponent
isRtlfor Rtl applicationfalse

ProgressBar

PropDescriptionDefault
percentagenumber of percentage0
sizesize of progress bar to show in app100
splitedsplited progressbar or notfalse
compeletedColorColor of the circle.#39bc65
inCompeletedColorColor of the inCompeleted area.#C1C1C1
isRtlfor Rtl applicationfalse