megamenu_sdc-1.0.x-dev/components/menu_links/menu_links.default.story.yml
components/menu_links/menu_links.default.story.yml
name: Nested menu links
props:
title: Example title
url: "/"
menu_level: 2
menu_name: main
show_all_levels: true
attributes:
class: menu bg-base-200
below:
- title: "Section 1"
url: "#section-1"
below:
- title: "Subsection 1.1"
url: "#subsection-1-1"
- title: "Subsection 1.2"
url: "#subsection-1-2"
below:
- title: "Deep link 1"
url: "#deep-1"
- title: "Deep link 2"
url: "#deep-2"
- title: "Section 2"
url: "#section-2"
below:
- title: "Subsection 2.1"
url: "#subsection-2-1"
- title: "Section 3"
url: "#section-3"
