avatarProps
AvatarProps
Avatar props objectbackgroundColor
string
Background colorbadgeProps
BadgeProps
Badge props objectborderRadius
number
Border radiuscontainerStyle
ViewStyle
Component's container styledismissColor
string
Dismiss colordismissContainerStyle
ImageStyle
Dismiss container styledismissIcon
ImageSourcePropType
Dismiss assetdismissIconStyle
ImageStyle
Dismiss styleiconProps
Omit<ImageProps, 'source'>
Additional icon propsiconSource
ImageSourcePropType
Left icon's sourceiconStyle
ImageStyle
Icon stylelabel
string
Main Chip textlabelStyle
TextStyle
Label's styleleftElement
JSX.Element
Left custom elementonDismiss
(props: any) => void
Adds a dismiss button and serves as its callbackonPress
(props: any) => void
On Chip press callbackresetSpacings
boolean
Disables all internal elements default spacings. Helps reach a custom designrightElement
JSX.Element
Right custom elementrightIconSource
ImageSourcePropType
Right icon's sourcesize
number | {{width: number, height: number}}
Chip's size. Number or a width and height objecttestID
string
The test id for e2e testsuseCounter
boolean
Display badge as counter (no background)useSizeAsMinimum
boolean
Uses size as minWidth and minHeight. Default is true