UNPKG

react-native-ui-lib

Version:

<p align="center"> <img src="https://user-images.githubusercontent.com/1780255/105469025-56759000-5ca0-11eb-993d-3568c1fd54f4.png" height="250px" style="display:block"/> </p> <p align="center">UI Toolset & Components Library for React Native</p> <p a

18 lines (17 loc) 749 B
{ "name": "ProgressBar", "category": "basic", "description": "Progress bar", "example": "https://github.com/wix/react-native-ui-lib/blob/master/demo/src/screens/componentScreens/ProgressBarScreen.js", "props": [ {"name": "progress", "type": "number", "description": "The progress of the bar from 0 to 100", "default": "0"}, {"name": "fullWidth", "type": "boolean", "description": "FullWidth Ui preset"}, {"name": "style", "type": "ViewStyle", "description": "Override container style"}, {"name": "progressColor", "type": "string", "description": "Progress color"}, { "name": "customElement", "type": "JSX.Element", "description": "Custom element to render on top of the animated progress" } ] }