You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a react package for implementing Flutterwave collection gateway
7
+
-[About](#about)
8
+
-[Getting Started](#getting-started)
9
+
-[Usage](#usage)
10
+
-[Deployment](#deployment)
11
+
-[Built Using](#build-tools)
12
+
-[References](#references)
8
13
9
-
## Demo
10
14
11
-

15
+
<aid="about"></a>
12
16
13
-
## Installation
17
+
## About
18
+
19
+
This is a react package for implementing Flutterwave gateway with different payment methods.
20
+
21
+
<aid="getting-started"></a>
22
+
23
+
## Getting Started
24
+
25
+
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See [deployment](#deployment) for notes on how to deploy the project on a live system.
26
+
See [references](#references) for links to dashboard and API documentation.
27
+
28
+
29
+
### Installation
14
30
15
31
```bash
16
32
$ npm install flutterwave-react-v3
@@ -22,7 +38,7 @@ $ yarn add flutterwave-react-v3
22
38
23
39
```
24
40
25
-
###Usage
41
+
## Usage
26
42
27
43
### Hooks
28
44
@@ -116,37 +132,28 @@ export default function App() {
for other available options you can add to the tag
122
-
123
-
## License
124
-
125
-
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE)
126
-
file for details
135
+
Please checkout [Flutterwave Documentation](https://developer.flutterwave.com/docs/flutterwave-standard) for other available options you can add to the tag.
127
136
128
-
## Contributions ✨
129
137
130
-
1. Fork it!
131
-
2. Create your feature branch: `git checkout -b feature-name`
132
-
3. Commit your changes: `git commit -am 'Some commit message'`
133
-
4. Push to the branch: `git push origin feature-name`
0 commit comments