mantine-contextmenu icon indicating copy to clipboard operation
mantine-contextmenu copied to clipboard

Craft your applications for productivity and meet your users’ expectations by enhancing your Mantine-based UIs with a desktop-grade, lightweight yet fully-featured, dark-theme aware context-menu compo...

Results 1 mantine-contextmenu issues
Sort by recently updated
recently updated
newest added

**Describe the bug** I have a large list of items, each item with its own state. So, I have the `Item` component with code like this: ```typescript function Item() {...