0.2.0 • Published 5 years ago

jwe-progress v0.2.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

JWE Progress

Installation

Install via NPM:

npm i jwe-progress --save

Dependencies

You will need to install and configure the react-native-svg npm package in order for this package to work.

npm i react-native-svg

Usage

At this point there is 2 progress indicators: <Progress.Circle> and <Progress.Line>.

Example

<Progress.Circle percentage="20" size="15" color="#000000" bkgdColor="#e8e8e8" lineWidth="2" /> <Progress.Line percentage="20" size="15" color="#000000" bkgdColor="#e8e8e8" lineWidth="2" />

Props

PropDefaultDescription
percentage0The percentage of progress the chart should display.
size60The width of the progress indicator in pixels. This sets the height and width.
color#000000The HEX color value of the fill line.
bkgdColor#e8e8e8The HEX color value of the background circle.
lineWidth2The width of the fill line.
0.2.0

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago