Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

drawer on the right #67

Open
ataliadvanstep opened this issue Dec 31, 2017 · 5 comments
Open

drawer on the right #67

ataliadvanstep opened this issue Dec 31, 2017 · 5 comments
Assignees

Comments

@ataliadvanstep
Copy link

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
@kradio3 kradio3 self-assigned this Jan 1, 2018
@ataliadvanstep
Copy link
Author

has someone encountered the same issue ?

@kradio3
Copy link
Owner

kradio3 commented Jan 4, 2018

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

@ataliadvanstep
Copy link
Author

so cool ! any estimate date ?

by the way, your lib rocks !

@kradio3
Copy link
Owner

kradio3 commented Jan 9, 2018

I cannot find this mdc-temporary-drawer--right class in google implementation. Where you find it?

@ataliadvanstep
Copy link
Author

here :
material-components/material-components-web#1324

you can play with the rtl tag

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants