Create chip component

This commit is contained in:
adilallo
2026-02-05 09:02:15 -07:00
parent 769fc8e7c6
commit 8ba11070d3
6 changed files with 719 additions and 1 deletions
+3
View File
@@ -0,0 +1,3 @@
export { default } from "./Chip.container";
export type { ChipProps } from "./Chip.types";