how do I achieve something like below with angular material
我怎样用角的材料来达到下面这样的效果
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>