mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-16 18:17:31 +08:00
feat(chip): add small size (#29514)
Co-authored-by: Brandy Carney <brandyscarney@users.noreply.github.com>
This commit is contained in:
@ -231,7 +231,8 @@ export const IonChip = /*@__PURE__*/ defineContainer<JSX.IonChip>('ion-chip', de
|
||||
'color',
|
||||
'outline',
|
||||
'disabled',
|
||||
'shape'
|
||||
'shape',
|
||||
'size'
|
||||
]);
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user