figma-plugin-ds icon indicating copy to clipboard operation
figma-plugin-ds copied to clipboard

Figma Integrated Color Picker Support

Open rs0125 opened this issue 2 months ago • 0 comments

I just started using this library and realized that there is no dedicated element style support for the integrated Figma color input which uses an integrated sandbox for color picking with RGB, HEX and HSB. It was quite disappointing to not find any style class for it in this repository as it is the standard for any color input in any newer Figma plugin

<div class="input">
  <input type="color" id="color1" class="colorPicker"/>
  <label for="colorPicker">Color 1</label>
</div>

Is there any possibility for the inclusion of the color input element style support in this repository in the future?

rs0125 avatar Apr 19 '24 08:04 rs0125