ion-fab-list
fab 列表组件是多个fab 按钮的容器。它包含与主 fab 按钮相关的操作,并在点击时飞散显示。要指定按钮应出现的方向,请将 side 属性设置为 "start"、"end"、"top" 或 "bottom"。
用法示例请参阅 fab 文档。
属性
activated
| 说明 | If true, the fab list will show all fab buttons in the list. |
| 属性 | activated |
| 类型 | boolean |
| 默认值 | false |
side
| 说明 | The side the fab list will show on relative to the main fab button. |
| 属性 | side |
| 类型 | "bottom" | "end" | "start" | "top" |
| 默认值 | 'bottom' |
事件
该组件没有可用的事件。
方法
该组件没有可用的公共方法。
CSS 阴影部分
该组件没有可用的 CSS 阴影部分。
CSS 自定义属性
该组件没有可用的 CSS 自定义属性。
插槽
该组件没有可用的插槽。