AlienUI is an open-source UI component library built on Nativewind for React Native apps. It leverages native tags for seamless integration and maintains zero to minimal dependencies, enabling high-performance, and stunning interfaces with ease.
- No external dependencies required.
- Fully functional with just React Native and NativeWind installed.
- Simplifies integration into any project.
- Built entirely on native React Native components like
View
,Text
,TouchableOpacity
,Pressable
,Animated
etc. - Ensures compatibility with all React Native environments.
- Minimal overhead for faster app performance.
- Ideal for MVPs, small-scale projects, or large apps requiring lightweight components.
- Provides fully customizable components.
- Works seamlessly with styling libraries like NativeWind.
- No setup or configuration required.
- Just import the components and start building.
- Easy-to-follow documentation to help you get started quickly.
- Includes usage examples, code snippets, and preview.
- Pre-designed components with multiple variants for buttons, inputs, and more.
- Examples include:
- Galaxy and Earth Buttons
- Galaxy and Nebulon Inputs
- Fully open-source and free to use.
- Encourages collaboration and contributions from the community.
- Designed to work seamlessly with tools like Expo, NativeWind, and React Navigation.
- Easy to integrate with animation libraries and other React Native tools.
- No reliance on third-party servers or APIs.
- Gives developers full control over the library and its components.
There is no AlienUI installation, if you have a bare React Native project setup with NativeWind, you can copy the code and paste it into your project. React Native in-built Stylesheet API is also supported if you do not wish to use NativeWind.
Browse the website for the components you need, copy the code and paste it into your project. Some components will have TypeScript support.
- Browse the website for a component you like.
- Click on the 'Copy' button to copy the source code.
- Paste the copied code into your project.
AlienUI has a wide range of freely available components. These components include:
- Accordion
- Alert
- Avatar
- Badge
- Breadcrumb
- Button
- Card
- Carousel
- Checkbox
- Dropdown
- Input
- Modal
- Pagination
- Popover
- Progress
- Spinner
- Switch
- Tab
- Table
- Toast
Contributors can contribute by adding new components, fixing bugs or improving the documentation. Please create an issue before starting any work. Once you get approval on your issue, you can create a new branch and submit your changes in a PR. Please note that all PRs need to be reviewed.
A detailed contribution guide is found in CONTRIBUTION.md
AlienUI is an open source project licensed under the MIT LICENSE