Closed vserluco closed 5 years ago
Hey, thanks :) Could you elaborate a little on what you mean by each page having their own subpage?
Let's take github for an example. We are in the page 'slapdash'. slapdash has subpages ['Code', 'Issues', 'Pull Request', etc.]
How would I implement the subpages in your code?
For example the current navbar can have hover dropdown menus,
Page 1 Page2 Page3
SubPage 1.1
SubPage 1.2
Or there can be a subpage navbar underneath the current one. So once you select 'Page 1' the subpage navbar gets updated with the subpage titles. (Just like github)
I don't think this is something I'll be adding to Slapdash as it's a more specific use-case for a targeted need. It's certainly something you'd be able to roll yourself. It looks like Bootstrap doesn't support this directly anymore, but this Stack Overflow post has some suggestions for doing it.
Hey! This is an amazing example and I have been finding it super useful. But I'm looking for each page to have their own subpages. How would I go about that using your infrastructure?
Thanks!