question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

drawer on the right

See original GitHub issue

Hello guys,

when I set mdc-temporary-drawer–right on Drawer component, it doesn’t seem to work. I was expecting to display the drawer on the right side.

<Drawer
        className="mdc-temporary-drawer--right"
        open={this.state.isOpen}
        onClose={() => {
          this.setState({ isOpen: false });
        }}
      >
</Drawer

Issue Analytics

  • State:open
  • Created 6 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
kradio3commented, Jan 4, 2018

@ataliadvanstep , this property is not implemented yet. I’ll extend drawer for ‘’‘right’‘’ property

0reactions
ataliadvanstepcommented, Jan 19, 2018
Read more comments on GitHub >

github_iconTop Results From Across the Web

How to place Drawer widget on the right - flutter
To open navigation drawer from right side with Dart Null Safety, You should use endDrawer(). There is two drawer ...
Read more >
How to Place Drawer Widget on the Right Side | by Nur Özkaya
How to Place Drawer Widget on the Right. By using endDrawer: ... instead or in addition to drawer: ... to set a drawer....
Read more >
Flutter Left Right Navigation Drawer with Example
A scaffold widget is a most important widget for a flutter application. It is used to implement App Bar, Drawer, Bottom Sheet, Snackbar,...
Read more >
Drawer: Left or Right Position - DevExtreme - DevExpress
Drawer : Left or Right Position.
Read more >
Add a Drawer to a screen
It also supports special Material Design components, such as Drawers, AppBars, and SnackBars. In this example, create a Scaffold with a drawer :...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found