react-native-tailwind icon indicating copy to clipboard operation
react-native-tailwind copied to clipboard

Button Suffix and Prefix slots are not customisable

Open Karthik-B-06 opened this issue 2 years ago • 0 comments

Design : image Component: image


          <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>

Karthik-B-06 avatar Mar 28 '24 07:03 Karthik-B-06