From 913f05120535b3c653c08b49399b126b8343fa54 Mon Sep 17 00:00:00 2001
From: louis phi @pathscale/ui.
+ A comprehensive color picker with support for multiple formats, + alpha channel, swatches, and full keyboard navigation. +
++ Selected Color (HEX): +
+{color1()}
+HEX
+{color1()}
+RGB
+{color2()}
+RGBA
+{color3()}
+HSL
+{color4()}
++ Selected Color (RGBA): +
+{color3()}
++ Custom Color Palette: +
+{color5()}
++ Starts in Wheel Mode: +
+{color4()}
+Bottom (default)
+Top
+Left
+Right
++ This picker is disabled and cannot be opened. +
+Try these keyboard shortcuts:
+
+ {` void
+ format?: ColorFormat // 'hex' | 'rgb' | 'rgba' | 'hsl' | 'hsla'
+ disabled?: boolean
+ swatches?: string[]
+ showAlpha?: boolean
+ placement?: 'top' | 'bottom' | 'left' | 'right'
+/>`}
+
+