# react-native-elements-universe **Repository Path**: vonAllin/react-native-elements-universe ## Basic Information - **Project Name**: react-native-elements-universe - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: next - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-06 - **Last Updated**: 2021-08-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

react-native-elements

Universal Cross Platform React Native UI Toolkit


![React Native Elements UI Toolkit](https://user-images.githubusercontent.com/5962998/37248832-a7060286-24b1-11e8-94a8-847ab6ded4ec.png) ## Get Started ### Installation Follow [these instructions](https://reactnativeelements.com/docs/) to install React Native Elements! ### Usage Start using the components or try it on Snack [here](https://snack.expo.io/rJu6gJfBZ). ```js import { CircularSlider } from 'react-native-elements-universe'; ; ``` ## Components included: - [x] [CircularSlider](https://reactnativeelements.com/docs/circularslider) ## React Native Web support As 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). Click [here](https://reactnativeelements.com/blog/2018/12/13/react-native-web) for a full walkthrough using React Native Elements + React Native Web. ## Demo App Checkout the official [React Native Elements App](https://expo.io/@flyingcircle/projects/react-native-elements-app) on Expo which uses all of the React Native Elements components. If you are looking to contribute to the React Native Elements App, click [here](https://github.com/react-native-elements/react-native-elements-app) to view the implementation & run the RNE expo app locally. ## Documentation [View the full docs here](https://reactnativeelements.com/docs/overview) ## Contributing Interested in contributing to this repo? Check out our [Contributing Guide](https://reactnativeelements.com/docs/contributing) and submit a PR for a new feature/bug fix. A big shoutout to all our contributors! You could be here too! ### First Contributors We encourage everyone to contribute & submit PR's especially first-time contributors. Look for the label `Good First Issue` on the issues. Click [here](https://github.com/react-native-elements/react-native-elements-universe/labels/%F0%9F%91%B6%20Good%20First%20Issue) to see them. If there is something you's like to see or request a new feature, please submit an [issue](https://github.com/react-native-elements/react-native-elements-universe/issues/new) or a [pull request](https://github.com/react-native-elements/react-native-elements-universe/pulls).