We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can we use this react-templates with material-ui?
How can we write the code in rt template in the following case?
import MuiThemeProvider from 'material-ui/styles/MuiThemeProvider';
<MuiThemeProvider muiTheme={muiTheme} > <h1>Hello World</h1> </MuiThemeProvider> );
The text was updated successfully, but these errors were encountered:
From what I read at the homepage https://wix.github.io/react-templates/ ... this should work.
<rt-import name="MuiThemeProvider" from="material-ui/styles/MuiThemeProvider" /> <div> <MuiThemeProvider muiTheme="{this.props.muiTheme}"> <h1>Hello World</h1> </MuiThemeProvider> </div>
Sorry, something went wrong.
No branches or pull requests
Can we use this react-templates with material-ui?
How can we write the code in rt template in the following case?
import MuiThemeProvider from 'material-ui/styles/MuiThemeProvider';
<MuiThemeProvider muiTheme={muiTheme} > <h1>Hello World</h1> </MuiThemeProvider> );
The text was updated successfully, but these errors were encountered: