PG
priyal goti
Create Label-Wise Nested Menus with React and Tailwind
{ id: 'surat', label: 'Surat', subItems: ['Vaghasiya Enterprise', 'Bharat Rawal Surat'], }, { id: 'mumbai', label: 'Mumbai', subItems: ['FineStar Diamonds', 'Vk Jwewel', 'Gaurav Star'], }, { id: 'botswana', label: 'Botswana', }, { id: 'southafrica', label: 'South Africa', }, i have to label wise menu create and nested subItem vise menu
Prompt
