Skip to main content

ListItem.Part

A sub ListItem component for layout-ing inside a ListItem
(code example)

Usage#

<ListItem.Part middle> <Text grey10 text60 marginL-10>The item</Text></ListItem.Part>

API#

column#

this part content direction will be column
boolean

containerStyle#

container style
ViewStyle

left#

this part content will be aligned to left
boolean

middle#

this part content will be aligned to spreaded
boolean

right#

this part content will be aligned to right
boolean

row#

this part content direction will be row
boolean