hperrin / svelte-material-ui

Svelte Material UI Components
https://sveltematerialui.com/
Apache License 2.0
3.32k stars 285 forks source link

Drawer left anchor #406

Open iferencik opened 2 years ago

iferencik commented 2 years ago

I am trying to anchor a dismissible Drawer to the left side. The MDC docs specify an anchor property, but could not find on in the source code.

I'd like to have this prop.

Is it enough to just add this prop into node_modules/@smui/drawer/src/Drawer.types.ts

or something else need to be done?

Thanks

JumpyLionnn commented 1 year ago

I really need it too. are there news about it?