ion-fab-list
浮动操作按钮列表组件是用于容纳多个浮动操作按钮的容器。它包含与主浮动操作按钮相关的操作,点击时会展开显示。要指定按钮出现在哪一侧,请将 side 属性设置为 "start"、"end"、"top" 或 "bottom"。
关于使用示例,请参阅浮动操作按钮文档。
属性
activated
| Description | If true, the fab list will show all fab buttons in the list. |
| Attribute | activated |
| Type | boolean |
| Default | false |
side
| Description | The side the fab list will show on relative to the main fab button. |
| Attribute | side |
| Type | "bottom" | "end" | "start" | "top" |
| Default | 'bottom' |
事件
No events available for this component.
方法
No public methods available for this component.
CSS Shadow Parts
No CSS shadow parts available for this component.
CSS 自定义属性
No CSS custom properties available for this component.
插槽
No slots available for this component.