-
Updated
Jul 5, 2021 - TypeScript
material-ui
Here are 9,480 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
Jul 7, 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
-
Updated
Jun 28, 2021 - TypeScript
-
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
Jul 8, 2021 - TypeScript
-
Updated
Jun 22, 2021 - JavaScript
-
Updated
Jul 6, 2021 - C++
Add focusRectSizeFactor parameter for rectangle focus shape (like focusCircleRadiusFactor for circular). Default value should be 1.
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
Jan 25, 2021 - JavaScript
-
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'