Coder Social home page Coder Social logo

Comments (6)

0x0ece avatar 0x0ece commented on April 19, 2024

If you need a quick hack, add this to your CSS (basically substitute every left with right, and restore left to auto):

.mui-left-nav .mui-left-nav-menu {
    left: auto;
    right: 0px;
    -webkit-transition: right 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    -moz-transition: right 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    -o-transition: right 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: right 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}

.mui-left-nav.mui-closed .mui-overlay {
    left: auto;
    right: -100%;
    -webkit-transition: right 0ms cubic-bezier(0.23, 1, 0.32, 1) 400ms, background-color 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    -moz-transition: right 0ms cubic-bezier(0.23, 1, 0.32, 1) 400ms, background-color 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    -o-transition: right 0ms cubic-bezier(0.23, 1, 0.32, 1) 400ms, background-color 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: right 0ms cubic-bezier(0.23, 1, 0.32, 1) 400ms, background-color 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}

.mui-left-nav.mui-closed .mui-left-nav-menu {
    left: auto;
    right: -266px;
}

from material-ui.

tofanelli avatar tofanelli commented on April 19, 2024

sweet!!! thanks very very much!!! =)

quick question... any plans to add a RightNav in future?

from material-ui.

0x0ece avatar 0x0ece commented on April 19, 2024

I'm not one of the developers, but I assume so (I just played around a bit). You can always submit your pull request :)

from material-ui.

tofanelli avatar tofanelli commented on April 19, 2024

ops... sorry.... i thought you was....

i'm trying to learn how github works yet.... sorry and thanks very very much =)

from material-ui.

mmrtnz avatar mmrtnz commented on April 19, 2024

Hi @tofanelli! We've added a new prop called openRight which will solve your issue without needing to modify any CSS. This will be part of the v0.8.0 release which will no longer have component CSS classes.

from material-ui.

tofanelli avatar tofanelli commented on April 19, 2024

hey @mmrtnz .... glad to hear this news.... i will update here and see the news =)

cheers =)

from material-ui.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.