Skip to content

Instantly share code, notes, and snippets.

@anfibiacreativa
Created April 9, 2020 09:22
Show Gist options
  • Save anfibiacreativa/b1b055dbd2ae6722a73e0c01dde5ffcb to your computer and use it in GitHub Desktop.
Save anfibiacreativa/b1b055dbd2ae6722a73e0c01dde5ffcb to your computer and use it in GitHub Desktop.
<!--
Let's describe a button with their respective css classes, in BEM
This is the output, you probably have a framework of some sort, dnamically outputting this
particularly the svg icon.
We are not reflecting accesibility labels or other attributes.
-->
<button class="button__base" type="button">
<span class="button__label">Click me!</span>
<svg class="button__icon icon-class">
<use xlink:href="#icon-class"></use>
</svg>
</button>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment