Jim Cook
Results
2
comments of
Jim Cook
> Simple theme chooser. > > ``` > const themes = ['', 'dark-theme', 'light-theme'] > const icons = ['🌙', '🌞', '⭐'] > let index = 0 > > > {...
I would rather see a build tool that pulls SVG files from a folder and generates a discrete Icon component for each. The Icon component contains the compiled svg run...