Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 300 Bytes

btn.md

File metadata and controls

11 lines (8 loc) · 300 Bytes

Please use the appropriate button depending on the context. The default type may only be used during development.

HTML template

Right click on the button you want to use and copy the HTML, or use the template below:

<button type="button" class="btn">
	Lorem ipsum button
</button>