react-native-freshui
v1.0.2
Published
A fresh and modern UI component library for React Native applications. Easily integrate beautifully designed buttons, cards, and text inputs to enhance the user experience of your app.
Downloads
5
Maintainers
Readme
react-native-freshui
A fresh and modern UI component library for React Native applications. Easily integrate beautifully designed buttons, cards, and text inputs to enhance the user experience of your app.
Installation
npm install react-native-freshui
Usage
import { Card } from 'react-native-freshui';
<Card
shadow={true}
title="Java"
content="Java is a high-level, object-oriented programming language that was originally developed by Sun Microsystems (acquired by Oracle Corporation) in the mid-1990s. It is designed to be platform-independent, meaning that Java code can run on various computing platforms without the need for major modifications. This is achieved through the use of the Java Virtual Machine (JVM), which interprets and executes Java bytecode."
/>
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT