danawoodman / react-fontawesome

A React Font Awesome component.
https://www.npmjs.com/package/react-fontawesome
MIT License
668 stars 72 forks source link

Icon picker #11

Closed adesmet closed 8 years ago

adesmet commented 8 years ago

Nice work! I think an icon picker would be a fine addition to this library (like this one: http://mjolnic.com/fontawesome-iconpicker/)

danawoodman commented 8 years ago

Thanks @adesmet, what do you mean by adding an icon picker to this library?

adesmet commented 8 years ago

Well if I'm not mistaken, your library allows me to display icons (and do some manipulations like rotate). But for a project I'm doing now, I could use an icon picker: a sort of autocomplete component that lets you type in a keyword and display the list of icons matching it. Sort of like a form input, but for icons. Does that make sense?

danawoodman commented 8 years ago

Yeah, I understand what you're proposing. However, this library is just mean to display a single Font Awesome icon. Perhaps a separate library that uses this library would make sense though

danawoodman commented 8 years ago

Closing but would love to see react-fontawesome used in such a library @adesmet 😁