<img src="https://res.cloudinary.com/fercloudinary/image/upload/v1715452841/packages/inkpad-banner_acl0xl.png" />

# React Native Inkpad

Welcome to the rn-inkpad, your comprehensive toolkit for crafting intuitive and visually appealing user interfaces in React Native applications.

Zero dependencies: bring your own icons (lucide, SVG, any component). From essential elements like buttons, inputs, and sliders to advanced components like BottomTabNavigation, DrawerNavigation, and SlideAction, rn-inkpad offers a diverse range of UI components to suit every need. Whether you're building a simple to-do list app or a complex e-commerce platform, our library provides the building blocks to create polished interfaces with ease.

## Installation

Please see the [installation](https://rn-inkpad.web.app/docs/intro) section of our documentation for detailed installation instructions.

## Docs

You can read the complete [documentation](https://rn-inkpad.web.app) for detailed information on each of the components that make up this UI library.

## Development

```sh
yarn && yarn prepare   # install and build
yarn example ios       # run the Expo demo app (android / web also available)
yarn test              # unit tests
```

See [CONTRIBUTING.md](CONTRIBUTING.md) for the full workflow.

## License

This project is licenced under the [MIT License](http://opensource.org/licenses/mit-license.html).
