prateekbh / preact-material-components

preact wrapper for "Material Components for the web"
https://material.preactjs.com
MIT License
553 stars 81 forks source link

[WIP] Drawer update #1277

Closed cromefire closed 5 years ago

cromefire commented 5 years ago

Upgrade for the drawer:

artipost commented 5 years ago

Failed pictures (27): failed-pictures.zip

:postbox: Posted by artipost.io, through Travis build 487858288, for commit a98dc8b.

cromefire commented 5 years ago

@developit Could you please have a look at the script for the drawer (packages/drawer/src/index.tsx and packages/drawer/src/base.tsx are the interesting ones)? I didn't get it working.

prateekbh commented 5 years ago

I took a look at this, but we'll need to work more as this doesn't not drag open the drawer, it just opens it once the drag is complete.

I'll come to this later on

cromefire commented 5 years ago

Fixed in a different PR