Chip

Installation

import { Chip, ChipProps } from 'hc-mobile-app-ui';

Example

Props

Name
Type
Description

label

string

Label for the chip.

onPress

function

Function to be called when close icon is pressed.

Last updated