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
Currently, there are many differences between the older <color-swatch>, <color-inline>, <color-gamut> components and the newer <color-picker>, <channel-slider>, <color-slider> ones.
We should harmonize them.
This means:
Using props for all instead of ad hoc implementations (unless really not needed)
colorchange and valuechange events for all
What else?
The text was updated successfully, but these errors were encountered:
Currently, there are many differences between the older
<color-swatch>
,<color-inline>
,<color-gamut>
components and the newer<color-picker>
,<channel-slider>
,<color-slider>
ones.We should harmonize them.
This means:
colorchange
andvaluechange
events for allThe text was updated successfully, but these errors were encountered: