MaterialDesign-React icon indicating copy to clipboard operation
MaterialDesign-React copied to clipboard

Dist for Material Design Icons React Component for JS/TypeScript

Results 16 MaterialDesign-React issues
Sort by recently updated
recently updated
newest added

Thanks for the library. I would like to ask how you can change the role of the svg icon. At the moment I am using react testing library for tests...

question

So, in my app, I want to provide an Icon picker...let the user choose their icon. Once saved, I would use it on other pages in the app. How do...

question

Set custom role. Solves issue #63

It may be useful for some people to have the ability to offset when stacking icons. ```jsx ``` I don't have a use for this, but we've told users to...

enhancement

The component is feature complete, so now to focus on code quality. There are quite a few unit tests already, but there could always be more. - [ ] Negative...

enhancement
help wanted

Seeing as we don't really have to support CommonJS, we might as well just provide ES6 transpiled code for react developers with a `module: ""` property. I wonder if there...

enhancement

If `size` is specified together with a read only `style` the component breaks. The code bellow will produce this error: `Cannot assign to read only property 'width' of object '#'...

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.2.3 to 1.4.2. Release notes Sourced from loader-utils's releases. v1.4.2 1.4.2 (2022-11-11) Bug Fixes ReDoS problem (#226) (17cbf8f) v1.4.1 1.4.1 (2022-11-07) Bug Fixes security problem (#220) (4504e34)...

dependencies

When I use icons like `import Icon from "@mdi/react";` it crushes production build, I have get errors like : `Error: Minified React error #130; visit https://reactjs.org/docs/error-decoder.html?invariant=130&args[]=object&args[]= for the full message...

There is an option to choose an icons style for MDI, like this: ![image](https://user-images.githubusercontent.com/6826905/230075509-801481da-546c-4d11-9807-4412d84baff8.png) It can be rounded, sharp, or outlined. I didn't find such prop in this package. Could...