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
import { Chip, ChipProps } from 'hc-mobile-app-ui';
label
string
Label for the chip.
onPress
function
Function to be called when close icon is pressed.
Last updated