@beisen-phoenix/container
v3.3.55
Published
| name | description | type | default | | ---------- | ---------------------------------------- | -------- | ------- | | type | 容器的类型('block'/'dropdown'/'tip'/'drawer'/'modal') | string | block | | style | 自定义的样式对象
Downloads
842
Readme
| name | description | type | default | | ---------- | ---------------------------------------- | -------- | ------- | | type | 容器的类型('block'/'dropdown'/'tip'/'drawer'/'modal') | string | block | | style | 自定义的样式对象 | object | undefined | | extraCls | 扩展的class名称,一般用于样式扩展 | string | -- | 否 |
type类型说明
block 基本的块状容器
dropdown 一般用于下拉菜单的选项列表
tip 一般用于 tip类的提示
drawer 用于侧推屏幕
modal 一般用于模态框