Skip to content

A set of beautifully-designed, accessible React Native components distributed via the shadcn registry. Works with Expo and your favorite tools. Open Source.

License

Notifications You must be signed in to change notification settings

nativeui-org/ui

Repository files navigation

NativeUI Logo

NativeUI

Beautifully designed React Native components that you can copy and paste into your apps. Accessible. Customizable. Open Source.

GitHub stars GitHub forks License: MIT

DocumentationComponentsPlayground


Installation

Visit nativeui.io to get started.

Usage

Check out the documentation for detailed usage instructions and examples.

Why NativeUI?

  • Copy and paste: No package to install. Copy the code and paste it into your project.
  • Customizable: Components are built using Tailwind CSS. Customize them to match your design.
  • Accessible: Built with accessibility in mind. Keyboard navigation, screen readers, and more.
  • Mobile-first: Optimized for iOS and Android with React Native.
  • Open Source: Free to use. MIT licensed.

FAQ

Why copy and paste and not a package?

The idea behind this is to give you ownership and control over the code, allowing you to decide how the components are built and styled.

Start with some sensible defaults, then customize the components to your needs.

One of the drawbacks of packaging the components in an npm package is that the style is coupled with the implementation. The design of your components should be separate from their implementation.

Do you plan to publish it as an npm package?

No. We have no plans to publish it as an npm package.

What's the difference with NativeBase, Tamagui, etc?

NativeUI is not a component library. It's a collection of re-usable components that you can copy and paste into your apps.

What do we mean by not a component library?

We mean you do not install it as a dependency. It is not available or distributed via npm.

Pick the components you need. Copy and paste the code into your project and customize to your needs. The code is yours.

Use this as a reference to build your own component libraries.

Contributing

Please read our contributing guide.

License

Licensed under the MIT license.

About

A set of beautifully-designed, accessible React Native components distributed via the shadcn registry. Works with Expo and your favorite tools. Open Source.

Topics

Resources

License

Stars

Watchers

Forks