alo-ui-kit-mobile
v0.5.5
Published
UI kit for Alopeyk's mobile applications
Downloads
16
Readme
alo-ui-kit-mobile
UI kit for Alopeyk's mobile applications
Installation
yarn add react-native-unistyles alo-ui-kit-mobile
Usage
import { Button } from 'alo-ui-kit-mobile';
// ...
<Button
variant={'Filled'}
size={'Medium'}
colorVariant={'Blue'}
onPress={() => {}}
title={'ui kit test'}
/>
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT
Made with create-react-native-library