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.
gongzijian
192b476b74
|
6 years ago | |
---|---|---|
.. | ||
example | 6 years ago | |
src | 6 years ago | |
README.md | 6 years ago |
README.md
Drawer
抽屉从父窗体边缘滑入,覆盖住部分父窗体内容。
Drawer options
属性 | 说明 | 类型 | 可选值 | 默认值 |
---|---|---|---|---|
direction | 出现位置 | String | left / right / top / bottom | right |
className | 自定义样式名称 | String | - | - |
closable | 是否显示关闭 | Boolean | - | false |
escClose | 是否按 esc 键关闭 | Boolean | - | true |
transitionName | 动画类名 | String | - | - |
showMask | 是否显示遮罩 | Boolean | - | true |
maskClosable | 是否关闭遮罩 | Boolean | - | true |