Mikkel Laursen

Results 45 comments of Mikkel Laursen

This hasn't been worked on too much yet. I have a couple of ideas floating around, but they don't seem low-level/customizable enough for the different use cases yet.

@cdvv7788 I will be working on implementing this after I finish the 1.2.0 release (hopefully by end of next week), but I still welcome PRs if it is something you'd...

I did have an example of how you can implement this (poorly) before the 1.1.0 release. If anyone is looking for examples, you can check out the code: - [FlexibleSpaceExample.jsx](https://github.com/mlaursen/react-md/blob/release/1.0.x/docs/src/shared/components/ReactMD/toolbars/FlexibleSpaceExample.jsx)...

I think this will be related to and fixed with #370, but I'll keep this open as well for a reminder.

I am going to reopen this issue since I fixed the `peerDependencies` issue, but there are still some remaining Yarn Berry bugs that need to be resolved.

Right now it isn't possible mostly because of mobile real estate. It changes to a "shifting" bottom navigation because there isn't enough real estate on most mobile devices to show...

I've been rewriting the components in react-md with Typescript and using the new context API, so when I get to the Bottom Navigation component again I'll make try a few...

I believe this feature has been implemented but on the `Tabs` component instead of the `Tab` itself by enabling the [automatic](https://react-md.dev/tsdocs/interfaces/_react_md_tabs.TabsListProps.html#automatic) prop. The [Configurable Tabs Demo](https://react-md.dev/packages/tabs/demos#configurable-tabs-title) can be used to...

This repo is really just a collection of general patterns that I have found in my normal day-to-day development so I'm actually surprised others find these useful since it's been...

I ended up going with creating `MaterialSymbol` and `MaterialIcon` components that rely on the stylesheet being loaded. All the material icons are also available as SVG components through the `@react-md/material-icon`...