Closed obulat closed 2 years ago
Here are some preliminary screenshots (please, note that they are subject to change, always check the Figma files):
Recommendation: Should we change the name to be VHeaderInternal
? That way, in a sorted list of files/folders, we'll see all variations of the header together.
_All work for the 'Create new header' milestone should be done under the
new_header
feature flag._Description
For content pages and the home page, we use a header with links to other content pages. Under the
md
breakpoint, uses a hamburger button, which opens a full-screen modal with the links.API
VInternalHeader
should use theuse-pages
composable that contains the list of pages, whether their links are external, and whether the link is active.State
usePages
composableCode samples
Dependencies
VIconButton
(hamburger icon for screens belowmd
) This component will need to make modal stylable.References
The desktop version will basically be a copy of the footer from #1814.
Implementation