From e8d4ed0382bcea90dbd22bae8654713a757a40cf Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Sun, 25 Feb 2024 14:05:19 -0800 Subject: [PATCH] docs(button): add "Link button with icon" example --- docs/src/pages/components/Button.svx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/src/pages/components/Button.svx b/docs/src/pages/components/Button.svx index 45635bbc..6368abea 100644 --- a/docs/src/pages/components/Button.svx +++ b/docs/src/pages/components/Button.svx @@ -82,6 +82,10 @@ If an `href` value is specified, the component will render an [anchor element](h +## Link button with icon + + + ## Custom element