Category Archives: Components

SuperPanel Component 1.3

I added a few updates to my SuperPanel component:

Better event dispatching
Added an optional sizing constraint ratio called ’sizeRatio’ to ensure that the panel stays at a certain width and height ratio when resizing.
Misc. bug-fixes and refactoring.

SuperPanelDemo
If you found this post useful, please consider a small donation.

SuperPanel Component

I’ve been frustrated lately with the lack of a solid panel component that can be closed, minimized and maximized so I took it upon myself to throw something together.
I tried to keep it as simple and customizable as possible. Each of the close, minimize and maximize buttons can be completely and independently skinned. All other styling for [...]