@konemono/nostr-share-component 0.1.0 → 0.1.1

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 CHANGED
@@ -17,8 +17,6 @@ https://cdn.jsdelivr.net/npm/@konemono/nostr-share-component@{version}/dist/nost
17
17
 
18
18
  urlもtitleもtextもない場合は設置したサイトのURLとtitleが共有されます。
19
19
 
20
- icon={true}にすると◯サイズのボタン(なくても良い。defaultはfalse)
21
-
22
20
 
23
21
  ```
24
22
  <nostr-share data-url={url} data-title={title} data-text={text} data-type={buttonType} ></nostr-share>
@@ -29,5 +27,5 @@ buttonType は mini か icon (指定なしだと default)
29
27
  中に任意のコンテントをいれると共有ボタンがカスタムできる
30
28
 
31
29
  ```
32
- <nostr-share style="" url={url} shareTitle={title} text={text} >Share on Nostr</nostr-share>
30
+ <nostr-share style="" data-url={url} data-title={title} data-text={text} >Share on Nostr</nostr-share>
33
31
  ```