react-native-ui-lib
Version:
[](https://stand-with-ukraine.pp.ua)
21 lines (20 loc) • 1.1 kB
JSON
{
"name": "ListItem.Part",
"category": "lists",
"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"}
],
"snippet": [
"<ListItem.Part middle$1>",
" <Text grey10 text60 marginL-10>The item</Text>$2",
"</ListItem.Part>"
]
}