ic-design-system
ic-design-system copied to clipboard
[ic-popover-menu]: Improvement to React code snippets
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