# React Native Elements — Cross-Platform UI Toolkit for React Native > A collection of customizable, production-ready UI components for React Native that provide consistent styling across iOS, Android, and Web. ## Install Save in your project root: # React Native Elements — Cross-Platform UI Toolkit for React Native ## Quick Use ```bash npm install @rneui/themed @rneui/base ``` ```jsx import { Button, Input } from '@rneui/themed'; export default function App() { return ( <>