From 27f2f0d76967ddc8bf5daf0f659fcb661deb1b35 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Mon, 20 Jul 2020 16:20:58 -0400 Subject: [PATCH] Fix clearable tags demo --- docs/components/tag.md | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/docs/components/tag.md b/docs/components/tag.md index 5a2642a2a..4758fd58a 100644 --- a/docs/components/tag.md +++ b/docs/components/tag.md @@ -39,9 +39,27 @@ Use the `pill` prop to give tabs rounded edges. Use the `clearable` attribute to add a clear button to the tag. ```html preview -Small -Medium -Large +
+ Small + Medium + Large +
+ + + + ``` [component-metadata:sl-tag]