How to use material-ui-icons in plain html ?
See original GitHub issuePlease, extend your example material-ui-cdn with material-ui-icons part to use complete examples from your Componets Demo list, e.g. <StarIcon />
.
P.s. my thoughts is that this is a very important part of framework’s/library stack. I want to build full example, using React+Material-Ui+Material-Ui-Icons without any build step for fast prototyping in comparison to Vue.js+Element-Ui, which has very simple no-build step setup.
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
How to use material-ui-icons in plain html ? #10873 - GitHub
I want to build full example, using React+Material-Ui+Material-Ui-Icons without any build step for fast prototyping in comparison to Vue.js+ ...
Read more >Material Icons - Tutorialspoint
Google's Material Icons provides a long list of icons. Choose any one of them and add the name of the icon class to...
Read more >Material Icons Guide | Google Fonts
Material design system icons are simple, modern, friendly, and sometimes quirky. Each icon is created using our design guidelines to depict in simple...
Read more >Material Icons - Material UI - MUI
If you don't use Material UI in your project yet, install the icons package with: npm install @mui/icons-material @mui/material @emotion/styled @emotion/react .
Read more >How to Use Google Icons in HTML & CSS? - Linux Hint
To embed Google Icons in your HTML web pages you have to add the link of material-icons font library in the section of...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
You have an example: https://github.com/mui-org/material-ui/blob/fd84438c33c7aa7a982d11e80bef1d5f7b17c6a9/examples/cdn/index.html#L101
I don’t think that exposing a CDN version of the material-ui-icons package makes sense. Instead, I have added an example of the font icons.