UNPKG

react-native-material-chips

Version:

🔥Easily implement versatile and customizable chips inspired from material design🔥

9 lines (6 loc) • 185 B
export type ChipItem = { label: string; value: string; }; export type ChipsType = "default" | "filter" | "input"; export type ChipItemVariant = "solid" | "outlined" | "disabled";