@hc.ds/mobile
Version:
Healthy Church Design System - HC Mobile
39 lines (25 loc) • 731 B
Markdown
# @hc.ds/mobile [](https://badge.fury.io/js/@hc.ds%2Fmobile)
Healthy Church Design System - Mobile
## Installation
```sh
yarn add @hc.ds/mobile
```
### Dependencies
Our UI Toolkit depends on following open source packages, be sure to install them as well:
* react
* react-native
* nativewind
* tailwindcss
```sh
yarn add react react-native tailwindcss nativewind
```
## Usage
```js
import { Button } from '@hc.ds/mobile';
// ...
<Button>Click Me!</Button>
```
## Contributing
See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.
## License
MIT