dees-icons
v0.2.3
Published
- I'm not a philiac of anything though. - An extension to MUI material icons repertoire(some may overlap). - I worship Prettier. 😍 - This is **not** for TS. - SVG conversion done with Inkscape.
Downloads
15
Readme
Dee's Icon-ophilia
- I'm not a philiac of anything though.
- An extension to MUI material icons repertoire(some may overlap).
- I worship Prettier. 😍
- This is not for TS.
- SVG conversion done with Inkscape.
Usage
npm i dees-iconsimport iconMapwill auto-complete the import.Call icon components. Personally, I made it to use it in a loop.
// ... inside a component return ... { iconsAPIResponse.map((id, iconName) => { const SomeComp = iconMap[iconName]; return ( <ParentComp index={id}> <SomeComp /> </ParentComp> ); }); }Refer to iconMap.js for full manifest.
TODOs
- [ ] Lazy loading with alt image
- [ ] CI/CD? (can you npm publish from Jenkins?!)
