Skip to content

Commit 2617a5d

Browse files
committed
mark Pill component as deprecated
1 parent 22c3c5f commit 2617a5d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/Pill.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ export type PillProps = FlexProps & {
88
color?: string
99
}
1010

11+
/**
12+
* @deprecated To be removed in favor of Tag or Badge component
13+
*
14+
*/
1115
const Pill = ({
1216
children,
1317
className,

0 commit comments

Comments
 (0)