full time sandwich menu #77
Replies: 2 comments
-
What you want should be this drop down menu: The setting method of this drop-down menu in export const header: HeaderConfig = {
nav: [
{
text: "Drop-down menu title",
children: [
{
text: "First url",
link: "/url"
},
{
text: "Second url",
link: "/url2"
},
{
text: "Third url",
link: "/url3"
}
]
},
{
text: "Other url",
link: "/other_url"
}
]
} Of course you will get a style error, this is a problem since 00dca49, there is no fix yet, you can fall back to the previous 6748aa4 to temporarily avoid this problem Or you can follow the 3f91e9c commit in my repository to temporarily fix this error, but it is not perfect, you need adjust the |
Beta Was this translation helpful? Give feedback.
-
thanks, |
Beta Was this translation helpful? Give feedback.
-
wondering if the main menu can remain a 'triple-line' compressed menu even at full width.
or can i configure menu expanded but vertical like on the 'docs' site.
my gh pages blog
repo
Beta Was this translation helpful? Give feedback.
All reactions