Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Latest commit

 

History

History
26 lines (19 loc) · 451 Bytes

color-picker.md

File metadata and controls

26 lines (19 loc) · 451 Bytes

< Back to Components List

Color picker

polaris-color-picker implements the Polaris Color picker component.

Examples

Default color picker:

{{polaris-color-picker
  color=color
  onChange=(action (mut color))
}}

Color picker with alpha:

{{polaris-color-picker
  color=color
  allowAlpha=true
  onChange=(action (mut color))
}}