Skip to content

Instantly share code, notes, and snippets.

@Danetag
Created May 20, 2020 02:06
Show Gist options
  • Save Danetag/5de0065aaa36613787e10c3f05831b9e to your computer and use it in GitHub Desktop.
Save Danetag/5de0065aaa36613787e10c3f05831b9e to your computer and use it in GitHub Desktop.
<!-- Writing this -->
<my-button theme="secondary">A button</my-button>
<!-- Actually renders this -->
<my-button theme="secondary">
<button class="my-button my-button--secondary">
<span class="label">A button</span>
</button>
</my-button>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment