-
I really love the Context API, so I could have many control on how component could be customised and placed.
I am trying to replace the components like ButtonFirst, ButtonBack, ... with Material-UI…
-
# Example
`package.json`:
```
"dependencies": {
"@deckdeckgo/highlight-code": "^2.1.0",
"@material-ui/core": "^1.4.0",
"@material-ui/icons": "^1.1.0",
"babel-plugin-styl…
-
Hi guys,
I tried to run this command in the shell:
`npx create-react-app my-app --template rmw`
but is showing to me this error
```
yarn create react-app my-app --template rmw
yarn creat…
-
My BBB with Umikaze 2.1.2 takes 1min 51.916s to boot according to systemd-analyze.
Do you know how to reduce this to some meaningful numbers (less than a minute)?
-
__Expected behavior:__
Generated classes of :
```js
const styles = {
'@media (min-width: 1024px)': {
class1: {
color: 'red'
}
},
class2: {
'@media (min-width: 1024p…
chapa updated
3 years ago
-
- [x] This is not a v0.x issue.
- [x] I have searched the [issues](https://github.com/mui-org/material-ui/issues) of this repository and believe that this is not a duplicate.
## Demo in…
-
I'm using Slider component and apply
classes={{
markLabel: classes.markLabel,
markLabelActive: classes.markLabelActive
}}
but it's not working. Here is demo:
https://codesandbox.…
-
**What is your feature request? Please describe.**
Currently for any custom component you can use the manageJss class to add styling attributes to a component. However when a custom component require…
-
## Bug, Feature, or Question?
Question
## Current Behavior
Recently I've updated React, Redux, Razzle to the latest version, it's working fine. But after updating to the latest Material UI v4, I …
-
ASP.NET Core supports integration with various single-page app (SPA) frameworks, including Angular, React, and React + Redux. Initially integration with these frameworks was accomplished with ASP.NET …