-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
New issue
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
[Install] I want to install MaterialUI by CDN #38751
Comments
|
thanks for your reply, |
We do have |
Although you have completely answered my question, can you help me modify this code? Without using makeStyles. `const fabStyles = makeStyles(theme => ({ const FloatingBackButton = withRouter(({history}) => { |
I might be able to help if you have a codesandbox with your code. Github issues is not a great place for code demos. |
👋 Thanks for using MUI Core! We use GitHub issues exclusively as a bug and feature requests tracker, however, For support, please check out https://mui.com/getting-started/support/. Thanks! If you have a question on Stack Overflow, you are welcome to link to it here, it might help others. |
On old Version I used under code,Work Material UI Scuessed
<script src="//unpkg.com/@material-ui/core@latest/umd/material-ui.production.min.js"></script>declare let MaterialUI: any
const {
Button,makeStyles,
} = MaterialUI
I want to Upgrade version by CDN
<script src="https://unpkg.com/@mui/material@latest/umd/material-ui.production.min.js"crossorigin="anonymous"</script>I'm already import this.but Can't use makeStyles and Icon
Give me some import and used example Thank~
The text was updated successfully, but these errors were encountered: