Home
Softono
react-native-ui-xg

react-native-ui-xg

Open source MIT JavaScript
153
Stars
24
Forks
2
Issues
12
Watchers
6 years
Last Commit

About 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 ...

Platforms

Web Self-hosted

Languages

JavaScript

Links

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 {
  Tab,
  Link,
  Input,
  Button,
  Grading,
  Confirm,
  Accordion,
  ZoomImage,
  DrawerMenu,
  DatePicker,
  ActionSheet,
  LabelSelect,
  CalendarSelect
} from 'react-native-ui-xg';

for one by one


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

Example