Ionic 3 - FAB - 浮动操作按钮 - <ion-fab>可能的位置属性的完整列表

时间:2017-11-05 10:47:45

标签: ionic3 floating-action-button

我已经看过各种各样的例子/在不同的地方看过......:

但我还没有看到展示位置/尺寸等所有可能属性的明确列表,您可以将其指定为<ion-fab>的属性。

有人可以列出它们,也可以指向我可以看到的地方。

非常感谢提前。 ; - )

1 个答案:

答案 0 :(得分:1)

https://github.com/ionic-team/ionic/blob/master/src/components/fab/fab-container.ts

  • @property [top] - 将容器放在内容的顶部
  • @property [bottom] - 将容器放在内容的底部
  • @property [left] - 将容器放在左侧
  • @property [right] - 将容器置于右侧
  • @property [middle] - 将容器垂直放置在中间
  • @property [center] - 将容器水平放置在中心
  • @property [edge] - 用于将容器放在内容和页眉/页脚
  • 之间