8 lines
No EOL
493 B
Text
8 lines
No EOL
493 B
Text
{% capture css %}
|
|
{% render "../../assets/styles/components/share-button.css" %}
|
|
{% endcapture %}
|
|
<style>{{ css }}</style>
|
|
<script type="module" src="/assets/scripts/components/webcare-webshare.js"></script>
|
|
<webcare-webshare share-text="{{ title }} {{ url | tagLookup: tagMap }}" share-url="{{ url }}" copy-text="{{ title }} {{ url | tagLookup: tagMap }} {{ url }}">
|
|
<button class="icon--small icon--center__vertical" disabled>{% tablericon "share" "Share" %}</button>
|
|
</webcare-webshare> |