Generalized the search to work with any table with some basic classes and some updated JavaScript, we can now search colors and emojis.
This adds a typeahead search feature for the very large emoji table. It filters as you type to find if an emoji exists or not. The JavaScript could be adapted to work on all tables in the future.
* Add constants for emojis * Move emoji shortcode rendering to Markup * Add documentation * Add example * Add tests