You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've circled around this one a few times, but when trying to create a Button with an icon it for the theme tester, I have realised that without an icon widget, it is not straight forward for a user to use the dojo 2 icons in their own apps.
// with an icon widgetw(Button,{},['search',w(Icon,{type: 'search'})])// without an icon widgetimport*asiconCssfrom'@dojo/widgets/theme/common/icons.m.css'
@theme(iconCss)w(Button,{},['search ',v('i',{classes: this.theme([iconCss.icon,iconCss.searchIcon])})])
The text was updated successfully, but these errors were encountered:
Enhancement
We've circled around this one a few times, but when trying to create a Button with an icon it for the theme tester, I have realised that without an icon widget, it is not straight forward for a user to use the dojo 2 icons in their own apps.
The text was updated successfully, but these errors were encountered: