6.1.2 • Published 3 months ago
react-native-ecommerce-components v6.1.2
:information_source: About the Project
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.
📸 Components
Click on the image to view the component documentation.
:clipboard: Usage
Installation
To install the library, run one of the following commands:
yarn add react-native-ecommerce-components
or
npm install react-native-ecommerce-components
Using a Component
- 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"
/>
Editing Components in Node Modules
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.
:memo: License
This project is under the MIT License. See the LICENSE file for details.
Made with ❤️ by Danilo José Lima de Oliveira
Get in touch!