feat(copy-svg): add functionality to copy SVG as a fully functional Angular standalone component

This commit is contained in:
rperez
2024-12-04 18:08:28 +00:00
parent d24b70001d
commit e135bb8570
4 changed files with 118 additions and 1 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
</script>
<TabsPrimitive.List
class={cn('inline-flex h-9 items-center justify-center space-x-1 rounded-lg', className)}
class={cn('mb-2 flex flex-wrap items-center justify-center space-x-1 rounded-lg', className)}
{...$$restProps}
>
<slot />