# @flip.id/ui-kit

Flip UI Kit is a ui kit that create a UI from ui kit, this ui kit is from ui/ux deign team for the ui kit.

## Installation

```sh
yarn add @flip.id/ui-kit
```

## Requirements
### fonts
- ProximaNova-Medium
- ProximaNova-Medium-It
- ProximaNova-Bold
- ProximaNova-Bold-It

### dependencies
you must install `react-native-safe-area-context` and `react-native-svg`

## Contributing

See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.

## License

MIT


## Build on web
```
cd example
npm install -g sharp-cli
npx expo-optimize
npx expo build:web
cd web-build
```
