camelmasa / 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

Last stable version

Follow these instructions

Beta versions

We are currently working on the v1.0.0 version. You can try it by doing yarn add react-native-elements@beta, and follow the same instructions as the stable version.

Usage

Start using the components or try it on Snack here.

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

Checkout the official React Native Elements App on Expo which uses all of the React Native Elements components.

Additionally, take a look at the example/ folder to view the implementation & run the RNE expo app locally.

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]

Roadmap

First Contributors

Look for the label good first issue on the issues. Click here to see them.

1.0.0 Release

Not Started

Contributing

Interested in contributing to this repo? Checkout our Contributing Guide

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

About

Cross Platform React Native UI Toolkit

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

License:MIT License


Languages

Language:HTML 76.9%Language:JavaScript 22.6%Language:CSS 0.5%