test: update button test

This commit is contained in:
Enrico Sacchetti 2023-02-04 21:54:39 -05:00
commit 1014390d91
No known key found for this signature in database
GPG key ID: 3374B89ECA60D796

View file

@ -13,9 +13,9 @@
<Button kind="danger">Danger button</Button>
<Button kind="danger-tertiary">Danger tertiary button</Button>
<Button kind="danger--tertiary">Danger tertiary button</Button>
<Button kind="danger-ghost">Danger ghost button</Button>
<Button kind="danger--ghost">Danger ghost button</Button>
<Button icon="{Add}">With icon</Button>
@ -28,6 +28,10 @@
<Button href="#">Link button</Button>
<Button as let:props>
<p {...props}>Custom element</p>
</Button>
<Button size="field">Primary</Button>
<Button size="field" kind="secondary">Secondary</Button>