1.0.0 • Published 10 months ago

janjao v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

@janjao/ui

A versatile UI components library for React Native, providing a set of customizable and reusable elements to streamline mobile app development.

Installation

npm install @janjao/ui

Usage

import { Button } from '@janjao/ui';

// ...
<Button title="Click me" onPress={handlePress} />;

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library

janjao-ui