You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lsl 7e355978ae
初始化提交代码
3 years ago
..
README.en-US.md 初始化提交代码 3 years ago
README.md 初始化提交代码 3 years ago
props.d.ts 初始化提交代码 3 years ago
props.js 初始化提交代码 3 years ago
tab-bar.d.ts 初始化提交代码 3 years ago
tab-bar.js 初始化提交代码 3 years ago
tab-bar.json 初始化提交代码 3 years ago
tab-bar.wxml 初始化提交代码 3 years ago
tab-bar.wxss 初始化提交代码 3 years ago
type.d.ts 初始化提交代码 3 years ago
type.js 初始化提交代码 3 years ago

README.en-US.md

:: BASE_DOC ::

API

TabBar Props

name type default description required
bordered Boolean true - N
external-classes Array - ['t-class'] N
fixed Boolean true - N
safe-area-inset-bottom Boolean true - N
shape String normal optionsnormal/round N
split Boolean true - N
theme String normal optionsnormal/tag N
value String / Number / Array null Typescriptstring | number | Array<string | number> N
default-value String / Number / Array undefined uncontrolled property。Typescriptstring | number | Array<string | number> N

TabBar Events

name params description
change (value: string | number) -

TabBarItem Props

name type default description required
badge-props Object - TypescriptBadgePropsBadge API Documentssee more ts definition N
icon String / Slot - - N
sub-tab-bar Array - TypescriptSubTabBarItem[] interface SubTabBarItem { value: string; label: string }see more ts definition N
value String / Number - - N