UNPKG

15.8 kBMarkdownView Raw
1<p align="center">
2 <a href="https://react-native-elements.github.io/react-native-elements/">
3 <img alt="react-native-elements" src="https://user-images.githubusercontent.com/5962998/65694309-a825f000-e043-11e9-8382-db0dba0851e3.png" width="300">
4 </a>
5</p>
6
7<p align="center">
8 Cross Platform <a href="https://facebook.github.io/react-native/">React Native</a> UI Toolkit
9</p>
10
11<p align="center">
12 <a href="https://www.npmjs.com/package/react-native-elements"><img src="https://img.shields.io/npm/v/react-native-elements.svg"></a>
13 <a href="https://www.npmjs.com/package/react-native-elements"><img src="https://img.shields.io/npm/dm/react-native-elements.svg"></a>
14 <a href="https://travis-ci.org/react-native-elements/react-native-elements"><img src="https://img.shields.io/travis/react-native-elements/react-native-elements/master.svg"></a>
15 <a href="https://react-native-elements-slack.herokuapp.com"><img src="https://react-native-elements-slack.herokuapp.com/badge.svg"></a>
16</p>
17
18<p align="center">
19 <a href="#backers"><img src="https://opencollective.com/react-native-elements/backers/badge.svg"></a>
20 <a href="#sponsors"><img src="https://opencollective.com/react-native-elements/sponsors/badge.svg"></a>
21 <a href="https://codecov.io/gh/react-native-elements/react-native-elements"><img src="https://codecov.io/gh/react-native-elements/react-native-elements/coverage.svg"></a>
22 <a href="https://github.com/prettier/prettier"><img src="https://img.shields.io/badge/styled_with-prettier-ff69b4.svg"></a>
23 <a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-blue.svg"></a>
24</p>
25
26<br />
27
28![React Native Elements UI Toolkit](https://user-images.githubusercontent.com/5962998/37248832-a7060286-24b1-11e8-94a8-847ab6ded4ec.png)
29
30## Get Started
31
32### Installation
33
34Follow
35[these instructions](https://react-native-elements.github.io/react-native-elements/docs/)
36to install React Native Elements!
37
38### Usage
39
40Start using the components or try it on Snack
41[here](https://snack.expo.io/rJu6gJfBZ).
42
43```js
44import { Button } from 'react-native-elements';
45
46<Button />;
47```
48
49## Components included:
50
51- [x] [Avatar](https://react-native-elements.github.io/react-native-elements/docs/avatar)
52- [x] [Badge](https://react-native-elements.github.io/react-native-elements/docs/badge)
53- [x] [BottomSheet](https://react-native-elements.github.io/react-native-elements/docs/bottomsheet)
54- [x] [Button](https://react-native-elements.github.io/react-native-elements/docs/button)
55- [x] [ButtonGroup](https://react-native-elements.github.io/react-native-elements/docs/button_group)
56- [x] [Card](https://react-native-elements.github.io/react-native-elements/docs/card)
57- [x] [CheckBox](https://react-native-elements.github.io/react-native-elements/docs/checkbox)
58- [x] [Divider](https://react-native-elements.github.io/react-native-elements/docs/divider)
59- [x] [Header](https://react-native-elements.github.io/react-native-elements/docs/header)
60- [x] [HTML style headings](https://react-native-elements.github.io/react-native-elements/docs/text)
61- [x] [Icon](https://react-native-elements.github.io/react-native-elements/docs/icon)
62- [x] [Image](https://react-native-elements.github.io/react-native-elements/docs/image)
63- [x] [Input](https://react-native-elements.github.io/react-native-elements/docs/input)
64- [x] [ListItem](https://react-native-elements.github.io/react-native-elements/docs/listitem)
65- [x] [Overlay](https://react-native-elements.github.io/react-native-elements/docs/overlay)
66- [x] [Pricing](https://react-native-elements.github.io/react-native-elements/docs/pricing)
67- [x] [Rating](https://react-native-elements.github.io/react-native-elements/docs/rating)
68- [x] [SearchBar](https://react-native-elements.github.io/react-native-elements/docs/searchbar)
69- [x] [Slider](https://react-native-elements.github.io/react-native-elements/docs/slider)
70- [x] [Social Icons / Social Icon Buttons](https://react-native-elements.github.io/react-native-elements/docs/social_icon)
71- [x] [Tile](https://react-native-elements.github.io/react-native-elements/docs/tile)
72- [x] [Tooltip](https://react-native-elements.github.io/react-native-elements/docs/tooltip)
73
74## React Native Web support
75
76As a cross platform UI Toolkit, you can now use RNE on the web & share your codebase between your React Native + React web apps. RNE components are rendered perfectly on browser. You can achieve this to target iOS, Android and Web by collaborating RNE and [React Native for Web](https://github.com/necolas/react-native-web).
77
78Click [here](https://react-native-elements.github.io/react-native-elements/blog/2018/12/13/react-native-web) for a full walkthrough using React Native Elements + React Native Web.
79
80## Demo App
81
82Checkout the official
83[React Native Elements App](https://expo.io/@monte9/react-native-elements-app)
84on Expo which uses all of the React Native Elements components.
85
86If you are looking to contribute to the React Native Elements App, click
87[here](https://github.com/react-native-elements/react-native-elements-app) to
88view the implementation & run the RNE expo app locally.
89
90## Documentation
91
92[View the full docs here](https://react-native-elements.github.io/react-native-elements/docs/overview)
93
94## Contributing
95
96Interested in contributing to this repo? Check out our
97[Contributing Guide](https://react-native-elements.github.io/react-native-elements/docs/contributing)
98and submit a PR for a new feature/bug fix.
99
100A big shoutout to all our contributors! You could be here too!
101
102<a href="https://github.com/react-native-elements/react-native-elements/graphs/contributors"><img src="https://opencollective.com/react-native-elements/contributors.svg?width=890&button=false" /></a>
103
104### First Contributors
105
106We encourage everyone to contribute & submit PR's especially first-time
107contributors. Look for the label `Good First Issue` on the issues. Click
108[here](https://github.com/react-native-elements/react-native-elements/labels/%F0%9F%91%B6%20Good%20First%20Issue)
109to see them.
110
111If there is something you's like to see or request a new feature, please submit
112an
113[issue](https://github.com/react-native-elements/react-native-elements/issues/new)
114or a
115[pull request](https://github.com/react-native-elements/react-native-elements/pulls).
116
117### Core Contributors
118
119We are currently looking for new core contributors that can help lead this project.
120
121[Learn more here](https://github.com/react-native-elements/react-native-elements/issues/2222)
122
123### Slack Community
124
125In case you have any other question or would like to come say **Hi!** to the RNE
126community, join our [Slack team](https://react-native-elements-slack.herokuapp.com).
127See you on the other side! 👋😃
128
129## Backers
130
131[Become a backer](https://opencollective.com/react-native-elements#backer) and show your support for React Native Elements.
132
133[![React Native Elements Backer](https://opencollective.com/react-native-elements/backer/0/avatar)](https://opencollective.com/react-native-elements/backer/0/website)
134[![React Native Elements Backer](https://opencollective.com/react-native-elements/backer/1/avatar)](https://opencollective.com/react-native-elements/backer/1/website)
135[![React Native Elements Backer](https://opencollective.com/react-native-elements/backer/2/avatar)](https://opencollective.com/react-native-elements/backer/2/website)
136[![React Native Elements Backer](https://opencollective.com/react-native-elements/backer/3/avatar)](https://opencollective.com/react-native-elements/backer/3/website)
137[![React Native Elements Backer](https://opencollective.com/react-native-elements/backer/4/avatar)](https://opencollective.com/react-native-elements/backer/4/website)
138[![React Native Elements Backer](https://opencollective.com/react-native-elements/backer/5/avatar)](https://opencollective.com/react-native-elements/backer/5/website)
139[![React Native Elements Backer](https://opencollective.com/react-native-elements/backer/6/avatar)](https://opencollective.com/react-native-elements/backer/6/website)
140[![React Native Elements Backer](https://opencollective.com/react-native-elements/backer/7/avatar)](https://opencollective.com/react-native-elements/backer/7/website)
141[![React Native Elements Backer](https://opencollective.com/react-native-elements/backer/8/avatar)](https://opencollective.com/react-native-elements/backer/8/website)
142[![React Native Elements Backer](https://opencollective.com/react-native-elements/backer/9/avatar)](https://opencollective.com/react-native-elements/backer/9/website)
143[![React Native Elements Backer](https://opencollective.com/react-native-elements/backer/10/avatar)](https://opencollective.com/react-native-elements/backer/10/website)
144[![React Native Elements Backer](https://opencollective.com/react-native-elements/backer/11/avatar)](https://opencollective.com/react-native-elements/backer/11/website)
145[![React Native Elements Backer](https://opencollective.com/react-native-elements/backer/12/avatar)](https://opencollective.com/react-native-elements/backer/12/website)
146[![React Native Elements Backer](https://opencollective.com/react-native-elements/backer/13/avatar)](https://opencollective.com/react-native-elements/backer/13/website)
147[![React Native Elements Backer](https://opencollective.com/react-native-elements/backer/14/avatar)](https://opencollective.com/react-native-elements/backer/14/website)
148[![React Native Elements Backer](https://opencollective.com/react-native-elements/backer/15/avatar)](https://opencollective.com/react-native-elements/backer/15/website)
149[![React Native Elements Backer](https://opencollective.com/react-native-elements/backer/16/avatar)](https://opencollective.com/react-native-elements/backer/16/website)
150[![React Native Elements Backer](https://opencollective.com/react-native-elements/backer/17/avatar)](https://opencollective.com/react-native-elements/backer/17/website)
151[![React Native Elements Backer](https://opencollective.com/react-native-elements/backer/18/avatar)](https://opencollective.com/react-native-elements/backer/18/website)
152[![React Native Elements Backer](https://opencollective.com/react-native-elements/backer/19/avatar)](https://opencollective.com/react-native-elements/backer/19/website)
153[![React Native Elements Backer](https://opencollective.com/react-native-elements/backer/20/avatar)](https://opencollective.com/react-native-elements/backer/20/website)
154[![React Native Elements Backer](https://opencollective.com/react-native-elements/backer/21/avatar)](https://opencollective.com/react-native-elements/backer/21/website)
155[![React Native Elements Backer](https://opencollective.com/react-native-elements/backer/22/avatar)](https://opencollective.com/react-native-elements/backer/22/website)
156[![React Native Elements Backer](https://opencollective.com/react-native-elements/backer/23/avatar)](https://opencollective.com/react-native-elements/backer/23/website)
157[![React Native Elements Backer](https://opencollective.com/react-native-elements/backer/24/avatar)](https://opencollective.com/react-native-elements/backer/24/website)
158[![React Native Elements Backer](https://opencollective.com/react-native-elements/backer/25/avatar)](https://opencollective.com/react-native-elements/backer/25/website)
159[![React Native Elements Backer](https://opencollective.com/react-native-elements/backer/26/avatar)](https://opencollective.com/react-native-elements/backer/26/website)
160[![React Native Elements Backer](https://opencollective.com/react-native-elements/backer/27/avatar)](https://opencollective.com/react-native-elements/backer/27/website)
161[![React Native Elements Backer](https://opencollective.com/react-native-elements/backer/28/avatar)](https://opencollective.com/react-native-elements/backer/28/website)
162[![React Native Elements Backer](https://opencollective.com/react-native-elements/backer/29/avatar)](https://opencollective.com/react-native-elements/backer/29/website)
163
164## Sponsors
165
166Do you use React Native Elements in production? If so, consider supporting this project as it will allow the maintainers to dedicate more time to maintaining this project and also building new features for everyone. Also, your app or company's logo will show [on GitHub](https://github.com/react-native-elements/react-native-elements#sponsors) and link to your website - who doesn't want a little extra exposure? [Here's the info](https://opencollective.com/react-native-elements#sponsor).
167
168[![React Native Elements Backer](https://opencollective.com/react-native-elements/sponsor/0/avatar)](https://opencollective.com/react-native-elements/sponsor/0/website)
169[![React Native Elements Backer](https://opencollective.com/react-native-elements/sponsor/1/avatar)](https://opencollective.com/react-native-elements/sponsor/1/website)
170[![React Native Elements Backer](https://opencollective.com/react-native-elements/sponsor/2/avatar)](https://opencollective.com/react-native-elements/sponsor/2/website)
171[![React Native Elements Backer](https://opencollective.com/react-native-elements/sponsor/3/avatar)](https://opencollective.com/react-native-elements/sponsor/3/website)
172[![React Native Elements Backer](https://opencollective.com/react-native-elements/sponsor/4/avatar)](https://opencollective.com/react-native-elements/sponsor/4/website)
173[![React Native Elements Backer](https://opencollective.com/react-native-elements/sponsor/5/avatar)](https://opencollective.com/react-native-elements/sponsor/5/website)
174[![React Native Elements Backer](https://opencollective.com/react-native-elements/sponsor/6/avatar)](https://opencollective.com/react-native-elements/sponsor/6/website)
175[![React Native Elements Backer](https://opencollective.com/react-native-elements/sponsor/7/avatar)](https://opencollective.com/react-native-elements/sponsor/7/website)
176[![React Native Elements Backer](https://opencollective.com/react-native-elements/sponsor/8/avatar)](https://opencollective.com/react-native-elements/sponsor/8/website)
177[![React Native Elements Backer](https://opencollective.com/react-native-elements/sponsor/9/avatar)](https://opencollective.com/react-native-elements/sponsor/9/website)
178[![React Native Elements Backer](https://opencollective.com/react-native-elements/sponsor/10/avatar)](https://opencollective.com/react-native-elements/sponsor/10/website)
179[![React Native Elements Backer](https://opencollective.com/react-native-elements/sponsor/11/avatar)](https://opencollective.com/react-native-elements/sponsor/11/website)
180[![React Native Elements Backer](https://opencollective.com/react-native-elements/sponsor/12/avatar)](https://opencollective.com/react-native-elements/sponsor/12/website)
181[![React Native Elements Backer](https://opencollective.com/react-native-elements/sponsor/13/avatar)](https://opencollective.com/react-native-elements/sponsor/13/website)
182[![React Native Elements Backer](https://opencollective.com/react-native-elements/sponsor/14/avatar)](https://opencollective.com/react-native-elements/sponsor/14/website)
183[![React Native Elements Backer](https://opencollective.com/react-native-elements/sponsor/15/avatar)](https://opencollective.com/react-native-elements/sponsor/15/website)
184[![React Native Elements Backer](https://opencollective.com/react-native-elements/sponsor/16/avatar)](https://opencollective.com/react-native-elements/sponsor/16/website)
185[![React Native Elements Backer](https://opencollective.com/react-native-elements/sponsor/17/avatar)](https://opencollective.com/react-native-elements/sponsor/17/website)
186[![React Native Elements Backer](https://opencollective.com/react-native-elements/sponsor/18/avatar)](https://opencollective.com/react-native-elements/sponsor/18/website)
187[![React Native Elements Backer](https://opencollective.com/react-native-elements/sponsor/19/avatar)](https://opencollective.com/react-native-elements/sponsor/19/website)