react-native-tailwind
react-native-tailwind copied to clipboard
Button Suffix and Prefix slots are not customisable
Design :
Component:
<Button
prefix={<Icon icon={<InboxIcon />} />}
style={tailwind.style('flex-row justify-start')}
textStyle={tailwind.style('flex-1')}
suffix={<Text>56</Text>}
size="xl"
variant="ghost">
Inbox
</Button>