Mikkel Laursen
Mikkel Laursen
Great! I think I'm going to leave this open a bit as a reminder to fix it in v2 once I start re-making the tabs component.
The biggest difference between these two libraries is the styling methodology. I haven't really kept up with material-ui's development process, but the first version of material-ui was created with inline...
I actually started thinking about this recently and it's going to be a huge change with some problems. But to answer your question... it is currently not possible to translate...
Sounds good. Basically all the times not in the range will be disabled?
Thanks for reporting this issue! I didn't know they started supporting variable fonts for the icons so I'll need to make sure to include those in my v6 release that...
I've started looking into implementing the material symbols components but running into a few issues since there are around 2500 symbols at this time. If you get some time, it...
This one's going to be a bit tricky to implement. I have a [feature/material-icons branch](https://github.com/mlaursen/react-md/tree/feature/material-icons) that: - updated my icon generator script 00b178d - generated all the icons d17017b Unfortunately,...
This is actually intentional -- check out the [defaultMiniItemRenderer](https://github.com/mlaursen/react-md/blob/d3d122a8c2ab7d4ebb14a09118f071b07601f5c4/packages/layout/src/defaultMiniNavigationItemRenderer.tsx#L8-L28) for what is rendered. I'm not really sure the best way to handle nested routes in the mini form so I...
Hey, sorry for the late response - I've been working on something interesting at work so haven't really checked in much to github. I'll implement something close to these suggestions...
Thanks! I'm still trying to work out a good API since the content and styling is quite dynamic for this component. It will be the next component I implement after...