使用Angular material2创建粘性按钮元素

时间:2018-05-09 08:47:30

标签: angular angular-material2 sticky

网址项目:https://stackblitz.com/edit/angular-kcjutu?file=app/bottom-sheet-overview-example.html

enter image description here enter image description here

我想要一个打开bottom-shet的按钮,位于其上方,我该怎么办?

1 个答案:

答案 0 :(得分:1)

我要做的是为粘性元素设置固定位置。然后使用angular来控制显示样式:

[style.display]="divOpenStatus ? 'block' : 'none'"

我很快就做了一个演示 https://stackblitz.com/edit/demo-fixed-bottom-div