Added default styling

This commit is contained in:
Vincent Langlois 2024-01-22 17:52:10 -05:00
parent 09f403c086
commit cb247db8d3
2 changed files with 14 additions and 1 deletions

View file

@ -141,7 +141,7 @@
They are given 12px of horizontal padding by default.
</p>
<%- example(`<button>Click me</button>
<%- example(`<button class="default">Click me</button>
<input type="submit" />
<input type="reset" /> `)%>