We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
{ icon: { icon: "ui-icon-gear" } }
should just be:
{ icon: "ui-icon-gear" }
and similar update when using with option.
iconPosition has similar examples.