material-ui
Here are 4,029 public repositories matching this topic...
Summary
Folder icon bug
Expected behavior
Display the arrows icons properly when setting
material_theme_arrow_folders is true
Actual behavior
Steps to reproduce
Just change the setting material_theme_arrow_folders,
Please check the full config bellow
...
"
-
Updated
May 12, 2020 - Kotlin
Using Material-Kit, I'm unable to figure out how to get the date/time picker to be restricted to time only. Looking at the instructions on GitHub for the plugin as referenced on the Material Kit's documentation and website, the instructions are not clear -- they show how to do it for an older version, but Material Kit is using a modified version, and the instructions shown do not work. Has anyon
-
Updated
May 7, 2020 - Kotlin
-
Updated
May 9, 2020 - Kotlin
My code:
` <com.arlib.floatingsearchview.FloatingSearchView
android:id="@+id/search_view"
android:layout_width="match_parent"
android:layout_height="match_parent"
app:floatingSearch_leftActionMode
-
Updated
May 17, 2020 - Java
-
Updated
Jul 4, 2019 - Kotlin
Describe the bug
I tried to follow the documentation on styling the header, overriding the header using withStyles
and overriding the theme. In all cases I could not find a way to make the header correctly handle a dark background. I had specific trouble when it came to the sorting indicator.
To Reproduce
- https://material-table.com/#/docs/features/styling
- Sort one of the column
In src/views/SignIn/SignIn.js
and /src/views/SignUp/SignUp.js
: paddingBototm
contentHeader: {
display: 'flex',
alignItems: 'center',
paddingTop: theme.spacing(5),
paddingBototm: theme.spacing(2),
paddingLeft: theme.spacing(2),
paddingRight: theme.spacing(2)
}
Should be:
contentHeader: {
display: 'flex',
alignItems: 'c
-
Updated
Oct 26, 2019 - Java
-
Updated
May 10, 2020 - JavaScript
The icons are currently hard-coded.
There is already a keyboardIcon
prop, but that one controls the icon in the input adornment. I don't really understand why that prop has "keyboard" in its name. It does not show a keyboard on the icon. And one would cli
I'm not sure if this will be included when the book is finished, but getting the config values for the .env file requires getting values from a lot of different sources and different configurations. It would be helpful if there was better documentation around that process.
I would love to submit a PR for it, but I haven't been able to figure all of it out myself yet.
🐛 Bug Report
I am looking at smooth-ui for the first time. This is in the doc:
Are those outline buttons? They look exactly like the non-outline buttons:

-
Updated
Nov 2, 2019 - CSS
-
Updated
Jan 7, 2018 - Java
-
Updated
Apr 9, 2020 - Kotlin
-
Updated
May 18, 2020 - JavaScript
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."
What I Want
I want to fixed side menu it should not scrolling with my data.
Description
I have installed react-admin in my react web App project but i am facing side menu scrolling issue. Side menu is scrolling with data.
Steps to reproduce:
I have following the same example that is providing by react-admin and in this example issue can be reproduce on dashboard.
If we will