Home
Softono
x

xgfe

Professional software vendor delivering innovative solutions on the Softono platform. Specialized in both open-source and proprietary software development.

Total Products
1

Software by xgfe

react-native-ui-xg
Open Source

react-native-ui-xg

# react-native-ui-xg [![Build Status](https://travis-ci.org/xgfe/react-native-ui-xg.svg?branch=master)](https://travis-ci.org/xgfe/react-native-ui-xg) [![Coverage Status](https://coveralls.io/repos/github/xgfe/react-native-ui-xg/badge.svg?branch=master)](https://coveralls.io/github/xgfe/react-native-ui-xg?branch=master) A suit of cross platform React Native ui kit. ![image](https://raw.githubusercontent.com/lulutia/images/master/react-native-components/Screen-Capture-44.gif) ## Install ```bash npm install react-native-ui-xg --save ``` ## Usage ### for the whole ```js import { Tab, Link, Input, Button, Grading, Confirm, Accordion, ZoomImage, DrawerMenu, DatePicker, ActionSheet, LabelSelect, CalendarSelect } from 'react-native-ui-xg'; ``` ### for one by one ```bash npm install react-native-tab-xg --save npm install react-native-link-xg --save npm install react-native-buttons --save npm install react-native-grading --save npm install react-native-confirm --save npm install react-native-input-xg --save npm install react-native-zoom-image --save npm install react-native-datepicker --save npm install react-native-drawer-menu --save npm install react-native-label-select --save npm install react-native-accordion-xg --save npm install react-native-action-sheet-xg --save npm install react-native-calendar-select --save ``` ## Components * [Tab](https://github.com/xgfe/react-native-ui-xg/blob/master/components/Tab/README.md) * [Link](https://github.com/xgfe/react-native-ui-xg/blob/master/components/Link/README.md) * [Input](https://github.com/xgfe/react-native-ui-xg/blob/master/components/Input/README.md) * [Button](https://github.com/xgfe/react-native-ui-xg/blob/master/components/Button/README.md) * [Grading](https://github.com/xgfe/react-native-ui-xg/blob/master/components/Grading/README.md) * [Confirm](https://github.com/xgfe/react-native-ui-xg/blob/master/components/Confirm/README.md) * [Accordion](https://github.com/xgfe/react-native-ui-xg/blob/master/components/Accordion/README.md) * [ZoomImage](https://github.com/xgfe/react-native-ui-xg/blob/master/components/ZoomImage/README.md) * [DatePicker](https://github.com/xgfe/react-native-ui-xg/tree/master/components/DatePicker) * [StyleSheet](https://github.com/xgfe/react-native-ui-xg/blob/master/components/StyleSheet/README.md) * [DrawerMenu](https://github.com/xgfe/react-native-ui-xg/blob/master/components/Drawer/README.md) * [LabelSelect](https://github.com/xgfe/react-native-ui-xg/blob/master/components/LabelSelect/README.md) * [ActionSheet](https://github.com/xgfe/react-native-ui-xg/blob/master/components/ActionSheet/README.md) * [ActionSheet](https://github.com/xgfe/react-native-ui-xg/blob/master/components/CalendarSelect/README.md) ## Example * git clone https://github.com/xgfe/react-native-ui-xg.git * cd react-native-ui-xg && npm install * react-native run-android

JavaScript Libraries & Components Mobile Development
153 Github Stars