Menu Dropdown

보통

아이콘이 있는 메뉴 드롭다운

#click#javascript

라이브 데모

코드

MenuDropdown.tsx
const menuItems = [
  { icon: '📝', label: 'Edit', action: handleEdit },
  { icon: '🗑️', label: 'Delete', action: handleDelete }
];