react-native-ecommerce-components
A compilation of components to optimize the development of your ecommerce
🇺🇸 English Documentation | 🇧🇷 Documentação em Português
About the project | Usage | License | How to contribute | Diagrams
Click on the image to view the component documentation.
This project was created as part of a final paper for the Computer Science course at UFES (Federal University of Espírito Santo).
Please leave a ⭐ STAR on the repository and contribute to the library to help improve it further.
To install the library, run one of the following commands:
yarn add react-native-ecommerce-components
or
npm install react-native-ecommerce-components
- Import the desired component in your project:
import { NewClient } from "react-native-ecommerce-components/lib";
- Render the component:
<NewClient
onSubmit={(data) => console.log(data)}
fields={["Name", "Email"]}
title="Customer Registration"
subTitle="Fill out the form below"
/>
If necessary, you can navigate to the following path:
node_modules/react-native-ecommerce-components/lib/components
Locate the desired component file and make your edits.
This project is under the MIT License. See the LICENSE file for details.
Made with ❤️ by Danilo José Lima de Oliveira
Get in touch!