react-dockable
react-dockable copied to clipboard
[Feature Request]: Strongly recommend that container and panel styles are customizable.
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.
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...