chore(Chip): improve inset prop tsdoc

This commit is contained in:
Benjamin Canac
2024-12-10 12:13:32 +01:00
parent c5a8914483
commit edad9b7f5c

View File

@@ -22,7 +22,7 @@ export interface ChipProps {
color?: ChipVariants['color']
size?: ChipVariants['size']
position?: ChipVariants['position']
/** When `true`, translate the chip at the edge for non rounded elements. */
/** When `true`, keep the chip inside the component for rounded elements. */
inset?: boolean
/** When `true`, render the chip relatively to the parent. */
standalone?: boolean