0.0.2 • Published 7 years ago

react-naitve-ui-xg v0.0.2

Weekly downloads
10
License
-
Repository
-
Last release
7 years ago

react-native-ui-xg Build Status Coverage Status

A suit of cross platform React Native ui kit.

image

Install

npm install react-native-ui-xg --save

Usage

for the whole

import {Button, DatePicker, Drawer, Grading, LabelSelect, Input, Confirm, Link, Tab} from 'react-native-ui-xg';

for one by one

npm install react-native-datepicker --save
npm install react-native-grading --save
npm install react-native-label-select --save
npm install react-native-drawer-menu --save
npm install react-native-buttons --save
npm install react-native-input-xg --save
npm install react-native-confirm --save
npm install react-native-link-xg --save
npm install react-native-tab-xg --save

Components

Example