zefoy / ngx-color-picker

Color picker widget for the Angular (version 2 and newer)
MIT License
454 stars 142 forks source link

Allow developers to pass panel class as input #339

Open miccou opened 1 year ago

miccou commented 1 year ago

It would be nice for developers to be able to pass their own class names to be applied to the panel (either as a whole, or broken down into sections like colorEntryBox, outputTypeText etc) so that custom site styling can be applied to this component without having to rely on hacky methods or overriding this components styles by engineering arcane CSS selectors.

miccou commented 1 year ago

BTW, I am happy to work on this if you're open to PRs