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

14 lines
319 B
HTML
Raw Normal View History

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