nftychat-universe 1.3.3 → 1.3.4
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 +8 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -23,8 +23,16 @@ Then add the component. Customize your address, displayName and theme.
|
|
|
23
23
|
address="0x534631Bcf33BDb069fB20A93d2fdb9e4D4dD42CF"
|
|
24
24
|
displayName="slobo.eth"
|
|
25
25
|
theme="dark"
|
|
26
|
+
popoverDirection="bottom"
|
|
26
27
|
/>
|
|
27
28
|
```
|
|
29
|
+
Parameters
|
|
30
|
+
| name | description |
|
|
31
|
+
| ------------- | ------------- |
|
|
32
|
+
| address | Ethereum address of the user receiving messages. |
|
|
33
|
+
| displayName | Name displayed on the dm button. Optional. |
|
|
34
|
+
| theme | "dark" or "light". Theme of button and popover. Further styling can be done using css. |
|
|
35
|
+
| popoverDirection | "top" or "bottom". Specifies whether popover is above buttom (top) or below button (bottom). |
|
|
28
36
|
|
|
29
37
|
Check out a demo and more information at [nftychat.xyz/universe](https://nftychat.xyz/universe)
|
|
30
38
|
|