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.
Files changed (2) hide show
  1. package/README.md +8 -0
  2. 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
 
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "type": "git",
5
5
  "url": "https://github.com/nftychat/nftychat-universe"
6
6
  },
7
- "version": "1.3.3",
7
+ "version": "1.3.4",
8
8
  "license": "MIT",
9
9
  "description": "nftychat plugins for your website",
10
10
  "author": "nftychat",