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'
12 months ago
..
README.en-US.md 'commit' 12 months ago
README.md 'commit' 12 months ago
collapse.d.ts 'commit' 12 months ago
collapse.js 'commit' 12 months ago
collapse.json 'commit' 12 months ago
collapse.wxml 'commit' 12 months ago
collapse.wxss 'commit' 12 months ago
index.d.ts 'commit' 12 months ago
index.js 'commit' 12 months ago
props.d.ts 'commit' 12 months ago
props.js 'commit' 12 months ago
type.d.ts 'commit' 12 months ago
type.js 'commit' 12 months 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

Collapse Props

name type default description required
default-expand-all Boolean false - N
disabled Boolean - - N
expand-icon Boolean / Slot true - N
expand-mutex Boolean false - N
theme String default optionsdefault/card N
value Array [] TypescriptCollapseValue type CollapseValue = Array<string | number>see more ts definition N
default-value Array undefined uncontrolled property。TypescriptCollapseValue type CollapseValue = Array<string | number>see more ts definition N

Collapse Events

name params description
change (value: CollapseValue) -

CollapsePanel Props

name type default description required
content String / Slot - - N
disabled Boolean undefined - N
expand-icon Boolean / Slot undefined - N
external-classes Array - ['t-class', 't-class-header', 't-class-content'] N
header String / Slot - - N
header-right-content String / Slot - - N
placement String bottom 0.34.0。optionsbottom/top N
value String / Number - - N