-
Updated
Jun 20, 2021 - TypeScript
material-ui
Here are 9,238 public repositories matching this topic...
-
Updated
May 31, 2021 - Kotlin
-
Updated
May 6, 2021 - Python
-
Updated
Apr 22, 2021 - CSS
-
Updated
Jun 9, 2021 - Kotlin
-
Updated
Jun 18, 2021 - Kotlin
-
Updated
Jan 21, 2020 - Java
-
Updated
Jun 4, 2021 - TypeScript
-
Updated
May 18, 2021 - JavaScript
-
Updated
Mar 28, 2021 - Java
-
Updated
Jun 9, 2021 - JavaScript
-
Updated
Jun 1, 2021 - TypeScript
-
Updated
Sep 30, 2020 - Kotlin
- The issue is present in the latest release.
- I have searched the [issues](https://github.com/mui
-
Updated
Jun 14, 2021 - TypeScript
I'm having an issue with my bundle size, my project is using @material-ui core components as well as mui-datatables. I'm working on shrinking my bundle size, but noticed that the entire esm library for @material-ui/core is getting bundled. I tracked down what is importing the @material-ui/core/esm/index.js module (all the com
-
Updated
Oct 26, 2019 - Java
-
Updated
May 10, 2021 - JavaScript
I noticed that the first item of a List does not ripple on click as the others do. This is visible in the official demo on the "Simple List".
I'm guessing this is an issue with SMUI and not with MDC, since the example on Material.io does not have this issue.
-
Updated
Jun 24, 2021 - TypeScript
-
Updated
Jun 22, 2021 - JavaScript
Add focusRectSizeFactor parameter for rectangle focus shape (like focusCircleRadiusFactor for circular). Default value should be 1.
-
Updated
Apr 18, 2021 - C++
-
Updated
Jan 25, 2021 - JavaScript
I followed the dashboard layout tutorial and following code fails as the config param is typed as (breakpoint: Breakpoint, config: Omit<TemporarySidebarConfig, 'id' | 'anchor' | 'variant' | 'hidden'>) => IEdgeSidebarRegistry; where the anchor is omitted
scheme.configureEdgeSidebar((builder) => {
builder
.create("uni
-
Updated
May 3, 2021 - Java
-
Updated
Oct 2, 2018 - JavaScript
-
Updated
Jun 1, 2020 - Kotlin
Improve this page
Add a description, image, and links to the material-ui topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the material-ui topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
SelectArrayInput sometime shows a narrow drop-down which squeeze the label on initial render. Current implementation only adjust the size of the
Selectbased on selection items width on opening up theSelectcomponent.Currently it pass own its own
labelWidthprop to theSelectcomponent.**Describe the solution you'