Button Filled
Toggle full screen Open in new window Toggle example guides Toggle HTML markup
4 types of default buttons atoms
Markup: ..\..\styleguide\templates\blocks\buttons-filled.html
<div class="wp-block-buttons">
<div class="wp-block-button is-style-fill">
<a href="#" class="wp-block-button__link [modifier class]">
Click me
</a>
</div>
</div>
../source/sass/05-blocks/button/_style.scss, line 1
Button outlined
Toggle full screen Open in new window Toggle example guides Toggle HTML markup
4 types of default buttons atoms
Markup: ..\..\styleguide\templates\blocks\buttons-outlined.html
<div class="wp-block-buttons">
<div class="wp-block-button is-style-outline">
<a href="#" class="wp-block-button__link [modifier class]">
Click me
</a>
</div>
</div>
../source/sass/05-blocks/button/_style.scss, line 21