Add a Color Picker to OWO Lib Library
copyandexecute opened this issue · 2 comments
I'm a devoted user of owo-lib and truly appreciate its functionality. Could we consider adding a Color Picker to the library? This feature would be a fantastic enhancement, allowing us to fine-tune visual elements seamlessly. Your expertise would undoubtedly make it an invaluable addition.
Looking forward to your thoughts on this.
There already is one, though.
If you make a field in your config that has the type io.wispforest.owo.ui.core.Color
, you can then customize that config option via a color picker modal
Alternatively, if you want a widget, io.wispforest.owo.ui.component.ColorPickerComponent
should be what you need.