This is good one. But I think it will slow down the performance of website if we are adding CDNs for every icon we use. Better approach would be to have them in Local System and then use it, if I am not wrong.
However the trick is damn cool, will try it for sure 😍.
Thanks a lot.. ❤
We are not actually adding any CDNs. When we select the icon, its corresponding svg snippet is added to the code. (user need not have to import any icon libraries or add any CDN links).
If it is so, then its really great, but I wonder that url - w3.org, will it impact the performance of website when deployed in production, I mean loading time and all stuffs ??
This is good one. But I think it will slow down the performance of website if we are adding CDNs for every icon we use. Better approach would be to have them in Local System and then use it, if I am not wrong.
However the trick is damn cool, will try it for sure 😍.
Thanks a lot.. ❤
We are not actually adding any CDNs. When we select the icon, its corresponding svg snippet is added to the code. (user need not have to import any icon libraries or add any CDN links).
If it is so, then its really great, but I wonder that url - w3.org, will it impact the performance of website when deployed in production, I mean loading time and all stuffs ??
This is the namespace, which is required for all svgs afaik