Pearl UI is a powerful UI toolkit that helps you build beautiful production-ready mobile apps right out of the box. Skip the designer, write cleaner code, and get your product to market faster!
- 👐 Completely Open Source and Free
- 💎 15+ modular UI components (with new ones added weekly...)
- 🌓 Effortlessly themeable with an in-built dark mode
- ⚡️ Blazing fast development speed
- ♿️ Accessible by default, abiding by the official Android and Apple guidelines.
- 📜 Extensive documentation
- 🎨 Extremely customizable to fit your design needs
- ⚙️ Powerful API for creating custom components
Inside your React Native/Expo project directory, install Pearl UI by running:
npm
$ npm install pearl-ui
yarn
$ yarn add pearl-ui
See the complete usage and API docs here.