Skip to main content

ChipGroup()

const ChipGroup: (props) => null | ReactElement<unknown, string | JSXElementConstructor<any>>

Color & Size props are passed down to ChipItem but can be overridden on each component if desired

Parameters

props

Omit<TagGroupProps, "className" | "style"> & Omit<BaseChipProps, "children"> & RefAttributes<HTMLDivElement>

Returns

null | ReactElement<unknown, string | JSXElementConstructor<any>>