Chip React Component

    Chips (Tags) React component represent complex entities in small blocks, such as a contact. They can contain a photo, short title string, and brief information

    EventDescription
    <Chip> events
    clickEvent will be triggered on Chip click
    deleteEvent will be triggered on Chip delete button click

    Chip React component has additional slots for custom elements:

    • - element will be inserted in place of chip text label
    • - element will be inserted in the chip’s media element