Browse Source

docs: added reverseArrow documentation. (#6888)

pull/6894/head
Geoff Holden 7 years ago
committed by Benjy Cui
parent
commit
639e60af45
  1. 1
      components/layout/index.en-US.md

1
components/layout/index.en-US.md

@ -88,6 +88,7 @@ Property | Description | Type | Default
-----|-----|-----|------ -----|-----|-----|------
collapsible | whether can be collapsed | boolean | false collapsible | whether can be collapsed | boolean | false
defaultCollapsed | to set the initial status | boolean | false | defaultCollapsed | to set the initial status | boolean | false |
reverseArrow | reverse direction of arrow, for a sider that expands from the right | boolean | false |
collapsed | to set the current status | boolean | - collapsed | to set the current status | boolean | -
onCollapse | the callback function, can be executed by clicking the trigger or activating the responsive layout | (collapsed, type) => {} | - onCollapse | the callback function, can be executed by clicking the trigger or activating the responsive layout | (collapsed, type) => {} | -
trigger | specify the customized trigger, set to null to hide the trigger | string\|ReactNode| - | trigger | specify the customized trigger, set to null to hide the trigger | string\|ReactNode| - |

Loading…
Cancel
Save