ion-fab-list
fab 列表组件是多个 fab 按钮的容器。它包含与主 fab 按钮相关的操作,并在点击时弹出。要指定按钮应出现在哪一侧,请将 side 属性设置为 "start"、"end"、"top" 或 "bottom"。
使用示例请参阅 fab 文档。
Properties
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' |
Events
该组件没有可用的事件。
Methods
该组件没有可用的公共方法。
CSS Shadow Parts
该组件没有可用的 CSS 阴影部分。
CSS Custom Properties
该组件没有可用的 CSS 自定义属性。
Slots
该组件没有可用的插槽。