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
Since the spinners rely on various properties and elements for their color, I suggest adding the ability to specify the color. There are two potential ways to do this:
Have it as an attribute. This is serviceable, but ideally you'd be able to...
Have it specified via CSS. If the color attribute could specify the spinner's color that would be awesome! As it turns out, this is easier than you'd think in Polymer. See this ele for an example.
The text was updated successfully, but these errors were encountered:
Since the spinners rely on various properties and elements for their color, I suggest adding the ability to specify the color. There are two potential ways to do this:
color
attribute could specify the spinner's color that would be awesome! As it turns out, this is easier than you'd think in Polymer. See this ele for an example.The text was updated successfully, but these errors were encountered: