@bits-x/icon-button
v1.0.1
Published
Icon button for react-native. Icons available so far: - Send icon ![Screen Shot 2022-01-10 at 10 12 54 AM](https://user-images.githubusercontent.com/4967157/148780205-7dd95031-9534-4e3a-8f80-7e0dbd142b36.png)
Downloads
2
Readme
icon-button
Icon button for react-native. Icons available so far:
- Send icon
Installation
$ yarn add @bits-x/icon-button
Usage
import { IconButton } from '@bits-x/icon-button';
<View>
<IconButton as="send" onPress={() => {}} />
<IconButton onPress={() => {}}>
<Text>🦄</Text>
</IconButton>
</View>