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
16 lines (15 loc) • 967 B
JSON
{
"name": "ListItem.Part",
"category": "basic",
"description": "A sub ListItem component for layout-ing inside a ListItem",
"example": "https://github.com/wix/react-native-ui-lib/blob/master/demo/src/screens/componentScreens/BasicListScreen.tsx",
"images": ["https://media.giphy.com/media/l1IBjHowyPcOTWAY8/giphy.gif"],
"props": [
{"name": "left", "type": "boolean", "description": "this part content will be aligned to left"},
{"name": "middle", "type": "boolean", "description": "this part content will be aligned to spreaded"},
{"name": "right", "type": "boolean", "description": "this part content will be aligned to right"},
{"name": "row", "type": "boolean", "description": "this part content direction will be row", "default": "true"},
{"name": "column", "type": "boolean", "description": "this part content direction will be column"},
{"name": "containerStyle", "type": "ViewStyle", "description": "container style"}
]
}