0.4.1 • Published 1 year ago

react-native-heverex-ui v0.4.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Installation

npm install react-native-heverex-ui
or
yarn add react-native-heverex-ui

Usage

import {View, Alert} from 'react-native';

import { 
    Button, 
    ButtonTap, 
    ButtonText
} from 'react-native-heverex-ui';


// ...
<View>
    <Button onPress={() => Alert.alert('👋≧◉ᴥ◉≦ Welcome UI Kit Heverex')}>
        Your Button 👋≧◉ᴥ◉≦
    </Button>
</View>

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT