Menu Dropdown
보통아이콘이 있는 메뉴 드롭다운
라이브 데모
코드
MenuDropdown.tsx
const menuItems = [
{ icon: '📝', label: 'Edit', action: handleEdit },
{ icon: '🗑️', label: 'Delete', action: handleDelete }
];아이콘이 있는 메뉴 드롭다운
const menuItems = [
{ icon: '📝', label: 'Edit', action: handleEdit },
{ icon: '🗑️', label: 'Delete', action: handleDelete }
];