docs(button): add "Link button with icon" example

This commit is contained in:
Eric Liu 2024-02-25 14:05:19 -08:00 committed by metonym
commit e8d4ed0382

View file

@ -82,6 +82,10 @@ If an `href` value is specified, the component will render an [anchor element](h
<Button href="#">Link button</Button>
## Link button with icon
<Button href="#" icon={Add}>Link button with icon</Button>
## Custom element
<Button as let:props>