mui-layout
mui-layout copied to clipboard
Jump start Material-UI project with out tears
I am looking to see if there is a way to see if the sidenav bar is open or closed. I trying using useConfig() but had not luck. Please let...
I am looking to have the nav initially collapsed, what do I set in the config to allow this to happen? Right now when I hit the page it starts...
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4. Changelog Sourced from websocket-extensions's changelog. 0.1.4 / 2020-06-02 Remove a ReDoS vulnerability in the header parser (CVE-2020-7662, reported by Robert McLaughlin) Change license from...
Hello, I am customizing the `Drawer` of the `Nav` component. I'am doing simply : ``` import { Nav } from 'mui-layout'; ``` This is working fine since Nav is doing...
Bumps [acorn](https://github.com/acornjs/acorn) from 6.1.1 to 6.4.1. Commits 9a2e9b6 Mark version 6.4.1 90a9548 More rigorously check surrogate pairs in regexp validator df0cf1a Mark version 6.4.0 5303412 Also export Parser via Parser.acorn...
As the title says. I am loving your package, as it makes the ui layout design a breeze, letting me focus on more pressing backend content. **However, the only thing...
First, thank you for this package. It is useful to have these standard elements pulled out. The issue I'm seeing is with the customization of the Nav. The "paper" class...
Add types definitions so we can use it in a typescript project
I'am not quite sure if this behaviour is a bug or works as designed: Using the `clipped` setting in my config for a full width header. On `navVariant` persistent and...