Skip to content

Kishanjvaghela/react-native-progress-circle

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Native Progress Circle

React Native Progress Circles

Features

  • Custom colors
  • Custom size and border radius
  • Light-weight: No other dependencies besides react-native
  • Performant and Smooth: Uses React Native's Animated library

Installation

npm install --save https://github.com/Kishanjvaghela/react-native-progress-circle

Usage

import ProgressCircle from 'react-native-progress-circle'

render() {
    return (
        <ProgressCircle
            progress={85}
            radius={10}
            borderWidth={1}
            borderColor="#4099DA"
            color="#4099DA"
            bgColor="#F5F6F7"
        />
    )
}

Props

Name Description Type Required Default Value
progress The progress to display Number
radius The radius in px of the component (including border) Number
borderWidth The border width in px Number
color The progress fill color String #00f blue
bgColor The inner background color of the component String #fff '#fff'

Implementation Details

React Native Progress Circle

License

MIT

About

A light-weight progress circle indicator for React Native.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 100.0%