Coder Social home page Coder Social logo

Comments (4)

DiegoAndai avatar DiegoAndai commented on May 1, 2024

Hey, @ElliPetsava, thanks for the report!

A minimal reproduction test case with the latest version would help a lot. A live example would be perfect. This codesandbox.io template may be a good starting point. Thank you!

from material-ui.

ElliPetsava avatar ElliPetsava commented on May 1, 2024

Hey, @ElliPetsava, thanks for the report!

A minimal reproduction test case with the latest version would help a lot. A live example would be perfect. This codesandbox.io template may be a good starting point. Thank you!

In our app we have implemented a side menu similar to the documentation example of 'Mini variant drawer'.
[https://mui.com/material-ui/react-drawer/#mini-variant-drawer]

I want to toggle the drawer by clicking on it, instead of a hamburger button.
ie. I click on the mini drawer (outside of a button) and it opens. I click on the expanded drawer and it returns to the minimized drawer state.

Is there a way to implement this?
I will try to build an example of my implementation.
I am also attaching some screenshots of the drawer and where I placed the event inside of the drawer
Screenshot 2024-01-23 104857
Screenshot 2024-01-23 104908
image

from material-ui.

DiegoAndai avatar DiegoAndai commented on May 1, 2024

I think you can achieve what you're looking for by stopping propagation on the list item button components, for example:

<ListItemButton
    onClick={(event) => event.stopPropagation()}
/>

Here's a working example: https://stackblitz.com/edit/react-wiyrro?file=Demo.tsx

from material-ui.

ElliPetsava avatar ElliPetsava commented on May 1, 2024

Thank you for the help.

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.