@eduzz/houston-mobile-ui
v0.19.0
Published
Houston mobile UI components
Downloads
81
Readme
Eduzz Houston Mobile UI Components
Installation
yarn add @eduzz/houston-mobile-ui
Usage
import { Modal } from '@eduzz/houston-mobile-ui';
// ...
<Modal visible={visible} onRequestClose={closeModal}>
...
</Modal>
Examples
# Android app
yarn example android
# iOS app
yarn example ios
Components
License
MIT