SamProf / MatBlazor

Material Design components for Blazor and Razor Components
http://www.matblazor.com
MIT License
2.84k stars 386 forks source link

Slide-out panels #281

Open rogeralsing opened 5 years ago

rogeralsing commented 5 years ago

Any chance of "slide-out" panels being build? https://devdocs.magento.com/guides/v2.3/pattern-library/containers/slideouts-modals-overlays/slideouts-modals-overalys.html

As a variation of dialogs maybe.

rogeralsing commented 5 years ago

I saw that the Drawers can be made modal which gets me close to what I want. I will try this approach, thanks for an awesome lib!

rogeralsing commented 5 years ago

Can the MatDrawer change where it appears? e.g. a Drawer on the Right?

rogeralsing commented 5 years ago

I found out that according to Material Design spec 1.0, right drawers are not allowed, unless RTL language.

But, for 2.x spec, this has been reopened https://github.com/google/material-design-lite/issues/4476

Where dot MatBlazor stand in all this? will there be a big bang update to Material 2.0 style or what is the plan here?