角度材料浮动添加按钮,如在gmail

时间:2023-01-19 16:16:11

how do I achieve something like below with angular material

我怎样用角的材料来达到下面这样的效果

角度材料浮动添加按钮,如在gmail

1 个解决方案

#1


2  

You can use the ng-material-floating-button

您可以使用ng- materialfloating按钮

<nav mfb-menu position="br" effect="zoomin" label="hover here"
     active-icon="ion-edit" resting-icon="ion-plus-round"
     toggling-method="click">
  <button mfb-button icon="paper-airplane" label="menu item"></button>
</nav>

#1


2  

You can use the ng-material-floating-button

您可以使用ng- materialfloating按钮

<nav mfb-menu position="br" effect="zoomin" label="hover here"
     active-icon="ion-edit" resting-icon="ion-plus-round"
     toggling-method="click">
  <button mfb-button icon="paper-airplane" label="menu item"></button>
</nav>