Socket
Socket
Sign inDemoInstall

react-native-progress-bar-classic

Package Overview
Dependencies
0
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    react-native-progress-bar-classic

Simple animated progress bar for React Native


Version published
Weekly downloads
25
increased by8.7%
Maintainers
1
Install size
7.97 kB
Created
Weekly downloads
 

Readme

Source

react-native-progress-bar-classic

Simple animated progress bar for React Native

npmnpm

NPM

Demo

Demo

Installation

in Cli

npm i react-native-progress-bar-classic

Usage

Simple

import ProgressBarClassic from 'react-native-progress-bar-classic';

<ProgressBarClassic progress={20} />

Customized

<ProgressBarClassic
  progress={20}
  valueStyle={'balloon'}
/>

Props

progress(Int) Default: 0

The Progress. progress can take 0 to 100.

valueStyle(String) Default: 'default'

valueStyle detect style of progress percentage

'default'

Demo

'balloon'

Demo

'none'

Demo

label(String)

The bar label. You cannot use with valueStyle: 'balloon'.

Demo

value(String)

If you want to show value, you can use the value props. You have to use value props with label props.

Demo

TODO

  • can change style (color, height, etc..)

Contributing

Of course! Welcome :)

License

MIT

Keywords

FAQs

Last updated on 11 Jun 2017

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc