UNPKG

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