Skip to main content

Header

Function Header 

Source
pub fn Header(_: HeaderProps) -> Element
Expand description

顶部导航栏组件。

Props:

  • nav_items:导航项列表
  • right_content:右侧自定义内容(如主题切换、登出按钮)
  • max_width:内部导航的宽度类,需与正文 max-w-* 一致以保证左右边缘对齐。 默认 max-w-3xl(前台阅读宽度);后台传 max-w-5xl 与之同宽。

§Props

For details, see the props struct definition.