liuliangsir / react-native-elements

Cross Platform React Native UI Toolkit

Home Page:https://react-native-training.github.io/react-native-elements/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-native-elements

React Native Elements

Cross Platform React Native UI Toolkit


React Native UI Toolkit

Get Started

Installation

Usage

Start using the components:

import { Button } from 'react-native-elements';

<Button
  raised
  icon={{name: 'home', size: 32}}
  buttonStyle={{backgroundColor: 'red', borderRadius: 10}}
  textStyle={{textAlign: 'center'}}
  title={`Welcome to\nReact Native Elements`} />

Components Included

Documentation

View the full docs here

Demo App

Run the pre built and configured React Native Elements App on Expo which uses all of the React Native Elements components.

Also checkout the example/ folder to view the implementation & run the expo app locally.

Roadmap

FIRST CONTRIBUTORS

Look for the label Good First Task on the issues. Click here to see them.

NOT STARTED

Contributing

Interested in contributing to this repo? Have a look at our Contributing Guide

Also come say hi to the RNE community on our public Slack team. See you on the other side! :)

Backers

Support us with a monthly donation and help us continue our activities. [Become a backer]

Sponsors

Become a sponsor and get your logo on our README on Github with a link to your site. [Become a sponsor]

About

Cross Platform React Native UI Toolkit

https://react-native-training.github.io/react-native-elements/


Languages

Language:JavaScript 100.0%