Skip to content
This repository was archived by the owner on Jun 4, 2025. It is now read-only.

Commit 4d30930

Browse files
authored
Update README.md
1 parent b9e840a commit 4d30930

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,21 @@ To invoke the Weeloop WebView with a custom Button, you need to add props:
4848
/>
4949
<Weeloop
5050
ref={this.weeloop}
51-
isCustom={false}
51+
custom={false}
5252
appGuid="YOUR_PROJECT_GUID"
5353
/>
5454
```
5555

56+
## Props
57+
58+
### Weloop props
59+
60+
| Props | type | description | required | default |
61+
| :-------------- | :------------- | :------------------------------------------------------------------- | :------- | :------ |
62+
| appGuid | String | Api Key for weloop webview | required | null
63+
| custom | bool | enable/disable custom invocation | | false
64+
| user | Object | User informations object with email, firstname, lastname and key | | null
65+
5666
## License
5767

5868
WeLoop is available under the MIT license. See the LICENSE file for more info.

0 commit comments

Comments
 (0)