From 18506995885e320f796923251a38a18946bf8050 Mon Sep 17 00:00:00 2001 From: byzyk Date: Sun, 24 Jun 2018 13:39:35 +0400 Subject: [PATCH] docs(collapse): add accordion, add bordered --- components/collapse/index.en-US.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/collapse/index.en-US.md b/components/collapse/index.en-US.md index 0c8bc93d15..849bef4c99 100644 --- a/components/collapse/index.en-US.md +++ b/components/collapse/index.en-US.md @@ -18,7 +18,9 @@ A content area which can be collapsed and expanded. | Property | Description | Type | Default | | -------- | ----------- | ---- | ------- | +| accordion | If `true`, `Collapse` renders as `Accordion` | boolean | `false` | | activeKey | Key of the active panel | string\[]\|string | No default value. In `accordion` mode, it's the key of the first panel. | +| bordered | Toggles rendering of the border around the collapse block | boolean | `true` | | defaultActiveKey | Key of the initial active panel | string | - | | onChange | Callback function executed when active panel is changed | Function | - |