ic-design-system icon indicating copy to clipboard operation
ic-design-system copied to clipboard

[ic-popover-menu]: Improvement to React code snippets

Open jd239 opened this issue 1 year ago • 0 comments

What component is this related to?

ic-popover-menu

Why do we need it?

The popover menu React examples are using useRef to set the open prop for ic-popover-menu. This approach is not a common pattern with React so an example needs to be added using the common React pattern.

Example: https://stackblitz.com/edit/vitejs-vite-rlmynx?file=src%2FApp.tsx

Related open issues

N/A

jd239 avatar Aug 13 '24 15:08 jd239