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.
kgdxpr e69712b1d2
'commit'
1 year ago
..
README.en-US.md 'commit' 1 year ago
README.md 'commit' 1 year ago
props.d.ts 'commit' 1 year ago
props.js 'commit' 1 year ago
tab-bar.d.ts 'commit' 1 year ago
tab-bar.js 'commit' 1 year ago
tab-bar.json 'commit' 1 year ago
tab-bar.wxml 'commit' 1 year ago
tab-bar.wxss 'commit' 1 year ago
type.d.ts 'commit' 1 year ago
type.js 'commit' 1 year ago

README.en-US.md

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

:: 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