Files
bulma/docs/_includes/elements/tw-button.html

14 lines
319 B
HTML
Raw Permalink Normal View History

<a class="bd-tw-button bd-fat-button button is-twitter"
2017-07-30 18:22:13 +01:00
data-social-network="Twitter"
data-social-action="tweet"
2019-10-18 07:43:14 -04:00
data-social-target="https://bulma.io"
2017-07-30 18:22:13 +01:00
target="_blank"
href="{{ include.href }}">
2017-07-30 18:22:13 +01:00
<span class="icon">
2018-01-10 16:30:23 +00:00
<i class="fab fa-twitter"></i>
2017-07-30 18:22:13 +01:00
</span>
<span>
{{ include.label }}
</span>
2017-08-14 12:44:24 +01:00
</a>