btray77 / react-native-ui-xg

react-native-ui-xg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

react-native-ui-xg

License:MIT License


Languages

Language:JavaScript 95.2%Language:Objective-C 2.8%Language:Python 1.1%Language:Java 0.9%