@mxenabled/connect-widget 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Connect Widget
|
|
2
2
|
|
|
3
|
-

|
|
4
4
|
|
|
5
5
|
This is the **UI only** for the connect widget. Heavy configuration and an API are needed for this project to work. See [usage](#usage) and [props](#props) for more details.
|
|
6
6
|
|
|
@@ -9,12 +9,12 @@ This is the **UI only** for the connect widget. Heavy configuration and an API a
|
|
|
9
9
|
Install using npm package manager:
|
|
10
10
|
|
|
11
11
|
```bash
|
|
12
|
-
npm install connect-widget
|
|
12
|
+
npm install @mxenabled/connect-widget
|
|
13
13
|
```
|
|
14
14
|
|
|
15
15
|
## Usage
|
|
16
16
|
|
|
17
|
-
1. Install package: `npm install --save connect-widget`
|
|
17
|
+
1. Install package: `npm install --save @mxenabled/connect-widget`
|
|
18
18
|
2. Import `ApiProvider` and `ConnectWidget`. Add both to your project.
|
|
19
19
|
3. Pass applicable props to widget and your API to the provider.
|
|
20
20
|
|