pub fn Header(_: HeaderProps) -> ElementExpand description
顶部导航栏组件。
Props:
nav_items:导航项列表right_content:右侧自定义内容(如主题切换、登出按钮)max_width:内部导航的宽度类,需与正文max-w-*一致以保证左右边缘对齐。 默认max-w-3xl(前台阅读宽度);后台传max-w-5xl与之同宽。
§Props
For details, see the props struct definition.
nav_items:Vec<NavItemConfig>right_content:Elementmax_width:&'staticstr