UNPKG

@hc.ds/mobile

Version:
39 lines (25 loc) 731 B
# @hc.ds/mobile [![npm version](https://badge.fury.io/js/@hc.ds%2Fmobile.svg)](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