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

24 lines (23 loc) 990 B
{ "name": "Fader", "category": "layoutsAndTemplates", "description": "A gradient fading overlay to render on top of overflowing content (like scroll component)", "example": "https://github.com/wix/react-native-ui-lib/blob/master/demo/src/screens/componentScreens/FaderScreen.tsx", "images": ["https://github.com/wix/react-native-ui-lib/blob/master/demo/showcase/Fader/Fader.gif?raw=true"], "props": [ {"name": "visible", "type": "boolean", "description": "Whether the fader is visible (default is true)"}, { "name": "position", "type": "START | END | TOP | BOTTOM", "description": "The position of the fader (the image is different)", "default": "Fader.position.END" }, {"name": "size", "type": "number", "description": "change the size of the fade view", "default": "50"}, { "name": "tintColor", "type": "string", "description": "Change the tint color of the fade view", "default": "Colors.white" } ] }