Questions tagged [material-design-icons]

Discover a collaborative version of Google's Material style icon set created by the community. To access the official Google icons distribution, be sure to utilize [google-material-icons]. This tag should be used for any difficulties encountered while importing or utilizing icons from materialdesignicons.com or any @mdi package on npm.

Unable to display icons using vuetify/mdi

When considering an Icon library, I decided to go with Vuetify not only for its ability to include icons but also for the other design advantages it offers. After npm installing @mdi/js and Vuetify in my existing project, here is the code snippet from my ...

Tips for personalizing React Native Paper Switch elements on Android

After implementing the code from react native paper, I was expecting the switch component to resemble the sleek **Material design 3 **switch. However, it appears outdated and does not meet my expectations. I am eager to find out how I can customize this co ...

Issue with displaying Buefy Material Design icons when using the b-icon component

This is my first time using Buefy I encountered an issue with the b-icon component, Rather than displaying the icon, I saw an empty block element which was confusing. Switching to a different icon pack did not resolve the problem either. ...

How can I fix the missing V-Checkbox icon in Vuetify using @mdi/js? Any suggestions for the best import method?

Can someone guide me on the proper utilization of Vuetify components that utilize icons with @mdi/js? Here is my Vuetify configuration: vuetify: { iconfont: 'mdiSvg', defaultAssets: false, ... } Although I can import the icons and customize them in ...