skclusive / Skclusive.Material.Docs

documentation for blazor Skclusive-UI
https://skclusive.github.io/Skclusive.Material.Docs/
MIT License
15 stars 3 forks source link

Documentation - DrawerFrame #8

Closed esso23 closed 4 years ago

esso23 commented 4 years ago

https://skclusive.github.io/Skclusive.Material.Docs/drawer There is DrawerFrame component used in the example code (Responsive drawer) but that component does not exist anywhere in the solution.

Edit: Also there is KeepMounted parameter used on Drawer element which does not exist.

Edit2: DrawerList does not exist either.

skclusive commented 4 years ago

<DrawerFrame /> is util component to host absolute/fixed positioned elements relative to a parent div. hence used in drawer to avoid getting rendered to body level. in material-ui demo, they have rendered the <Drawer /> components inside iframe to avoid this.

you can find the utils components here:

https://github.com/skclusive/Skclusive.Material.Docs/blob/master/Docs.App.View/Pages/Drawer/Segments/DrawerFrame/DrawerFrame.razor

https://github.com/skclusive/Skclusive.Material.Docs/blob/master/Docs.App.View/Components/Frame.razor

And <DrawerList /> is here

https://github.com/skclusive/Skclusive.Material.Docs/tree/master/Docs.App.View/Pages/Drawer/Segments/DrawerList

skclusive commented 4 years ago

closing this. let me know if you require more info.