Austin Andrews
Austin Andrews
@oliverkx This isn't an implement feature yet. No one actually has asked for it to be implemented. Often we try and add icons with overlays so it might be better...
Yeah, we need to document this process and how it should work. It unfortunately requires a server-side component if one wants to use all 5k icons or it can become...
@AmirHosseinKarimi You could use the `@mdi/svg` package and fetch the individual SVG's by their icon name in a wrapper ``. Since `` takes any path data, you could regex for...
The `@mdi/js` package is only really aimed at compile time for tree-shaking. The `@mdi/svg` also contains the `meta.json` if you need to generate a list of icons (recommend to trim...
@AmirHosseinKarimi https://github.com/Templarian/MaterialDesign-SVG contains individual SVG files you can deploy. These could be requested by their name in a wrapping component. You only need the SVG path data aka `` so...
We recommend using a peer dependency for `@mdi/js`. Referencing a specific version usually doesn't work out in the long run. Learn more: - https://dev.materialdesignicons.com/contribute/third-party - https://dev.materialdesignicons.com/guide/nodejs-scripting Yours will be more...
@rahul-boinepally I'm having a look into this one now and will get back to you.
@rahul-boinepally We're seeing the same in 240 and main. Creating a bug internally to track this.
@rahul-boinepally If you can please raise a case that would help a lot. It will be routed to our 'CCE Core UI Platform' and then me. Link to this issue....
@rahul-boinepally Looks like editing tables is not supported in `lightning-input-rich-text`. Tables are readonly, but it is something we're looking to allow eventually. > You can't create or edit a table...