dojo / widgets

:rocket: Dojo - UI widgets.
https://widgets.dojo.io
Other
89 stars 65 forks source link

Create Icon Widget #235

Closed tomdye closed 7 years ago

tomdye commented 7 years ago

Enhancement

Previously it was though that stackable themes would solve the icon issue but when using them this way it was noted that we had to add aria tags etc... to aid accessibility. We should therefore wrap this up with an icon widget.

Widget to provide

related issue: #54

tomdye commented 7 years ago

Work already completed on Select and ComboBox should be changed to use the icon widget.

sebilasse commented 7 years ago

@tomdye FYI attached a preview of the semantic ui widgets to https://github.com/dojo/widget-core/issues/559 - it also contains an Icon Widget. While JSON Schemas and Autocompletion is not done yet, you can already find the Font Awesome Icon Names in /lib/SUIicons.ts

eheasley commented 7 years ago

This task was deemed to longer be necessary.