Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-native-ecommerce-components) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
🇺🇸 English Documentation | 🇧🇷 Documentação em Português
react-native-ecommerce-components
Components to boost the development of your ecommerce.
About the project | Usage | License | How to contribute | Diagrams
ℹ️ 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.
📋 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.
📝 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!