0.2.5 • Published 5 years ago

beisen-phoenix-fork-mobile-navbar v0.2.5

Weekly downloads
3
License
ISC
Repository
gitlab
Last release
5 years ago

常用于内容区的上方,系统状态栏的下方,并且提供在一系列页面中的导航能力, 提供异形屏的适配

API

NavBar

属性说明类型默认值
prefixCls样式前缀string'pm-navbar'
className样式名称string-
leftItems导航左边内容any
rightItems导航右边内容any
divider是否显示底部分割线booleantrue
transparent是否透明booleanfalse
fixedTop是否固定在头部booleantrue
fixStatus是否适配异形屏booleantrue
style自定义样式object-
bgColor背景色string'#fff'

NavBar.Item

属性说明类型默认值
icon图标名string默认支持 'left', 'close', 'set'
iconColor图标颜色string优先级高于NavBar设置
disabled是否禁用booleanfalse
children子元素any
role自定义属性,起标识作用stringtrue
onClick单击回调function返回{ index, role } 索引和 role