1.0.1 • Published 5 years ago

@beisen-phoenix/mobile-bottom-navigation v1.0.1

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

bottom-navigation

由以下几个子组件构成

BottomNav 容器组件

BottomNav.Item 单个组件

BottomNav API

namedescriptiontypedefault
style样式object
state状态:1,2: 1为首页标准样式,2为beisencloud标准样式number1
children内容any
moreTextColor更多按钮的文本和图标颜色stringstate == 1 ? ${skin.$Sp8} : ${skin.$Sp6}

BottomNav.Item API

namedescriptiontypedefault
state状态:1,2number1
title标题string
style样式object
selected是否被选中boolean
textColor文字颜色string
selectedTextColor选中的文字颜色string
iconColor图标颜色string
selectedIcon选中的图标颜色string
icon图标ReactElement/url
badge右上角徽标ReactElement/number
clickItem点击事件Function