react-dockable icon indicating copy to clipboard operation
react-dockable copied to clipboard

[Feature Request]: Strongly recommend that container and panel styles are customizable.

Open coolRoger opened this issue 4 years ago • 2 comments

coolRoger avatar Jan 15 '22 05:01 coolRoger

That would be awesome, yes! Do you have a suggestion on how to go about it, though? I'm a bit lost on how to externalize the styles, to possibly make it framework-agnostic, even. Right now, there's just a few CSS variables being declared which control the colors used, which I think would be the easiest thing to be overridden by the user.

hlorenzi avatar Jan 16 '22 17:01 hlorenzi

i dig in the source code, saw that you are using styled-component to style, how about open some classNames props to allow user modified the style by className?

eg. titleBarClasses, voidBGClasses...

coolRoger avatar Jan 17 '22 04:01 coolRoger