Explore the usage of Header
components to enhance user navigation and branding in your applications.
The Header
component is used to create a responsive navigation bar with optional branding elements.
1 import Header from '@/shared/component/Header';
2
3 <Header title='My Website' navigation={[{ title: 'Home', href: '/' }, { title: 'About', href: '/about' }]} />
The Header
component accepts the following props to customize its appearance and functionality:
title
and an optional href
.