Files
react-test/docs/data/material/components/chips/ClickableAndDeletableChips.tsx.preview

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
198 B
Plaintext
Raw Permalink Normal View History

2025-12-12 14:26:25 +09:00
<Chip
label="Clickable Deletable"
onClick={handleClick}
onDelete={handleDelete}
/>
<Chip
label="Clickable Deletable"
variant="outlined"
onClick={handleClick}
onDelete={handleDelete}
/>