mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
08ef4df2c0
* Add Bulma v9 * Add vendor dependencies * Fix native * Fix sponsors * Add style attribute
14 lines
319 B
HTML
14 lines
319 B
HTML
<a class="bd-tw-button bd-fat-button button is-twitter"
|
|
data-social-network="Twitter"
|
|
data-social-action="tweet"
|
|
data-social-target="https://bulma.io"
|
|
target="_blank"
|
|
href="{{ include.href }}">
|
|
<span class="icon">
|
|
<i class="fab fa-twitter"></i>
|
|
</span>
|
|
<span>
|
|
{{ include.label }}
|
|
</span>
|
|
</a>
|