megamenu_sdc-1.0.x-dev/components/menu_links/menu_links.nested.story.yml
components/menu_links/menu_links.nested.story.yml
name: Nested menu slot links
props:
title: Example title
url: "/"
menu_level: 2
menu_name: main
expanded: true
show_all_levels: true
attributes:
class: menu bg-base-200
slots:
content:
- 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"
