add PillLink component

This commit is contained in:
jeffvli
2025-11-19 02:47:24 -08:00
parent 05da8c0456
commit 12e916fd0d
2 changed files with 84 additions and 2 deletions
@@ -41,3 +41,23 @@
color: var(--theme-colors-foreground-muted);
}
}
.group.sm {
--pg-gap: var(--theme-spacing-sm) !important;
}
.group.md {
--pg-gap: var(--theme-spacing-md) !important;
}
.group.lg {
--pg-gap: var(--theme-spacing-lg) !important;
}
.group.xl {
--pg-gap: var(--theme-spacing-xl) !important;
}
.group.xs {
--pg-gap: var(--theme-spacing-xs) !important;
}