© 2026 Hedgehog Software, LLC
const menu = { id: 1, label: "One", items: [ { id: 2, label: "Two", items: [ { id: 3, label: "Three", }, ], }, ], };
<Menu />