@konemono/nostr-share-component 0.2.5 → 0.2.7
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 +1 -1
- package/dist/nostr-share-component.es.js +612 -604
- package/dist/nostr-share-component.js +12 -12
- package/dist/nostr-share-component.umd.js +12 -12
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -40,7 +40,7 @@ data-type に以下の値を指定できます:
|
|
|
40
40
|
コンポーネント内に任意のコンテンツを挿入することで、共有ボタンをカスタマイズできます。
|
|
41
41
|
|
|
42
42
|
```html
|
|
43
|
-
<nostr-share style="" data-url="https://example.com" data-title="Example Title" data-text="Example Text">
|
|
43
|
+
<nostr-share data-style="" data-url="https://example.com" data-title="Example Title" data-text="Example Text">
|
|
44
44
|
Share on Nostr
|
|
45
45
|
</nostr-share>
|
|
46
46
|
```
|