There are just a few components inheriting directl...
# kvision
r
There are just a few components inheriting directly from
Widget
(image, button, chart, canvas, iframe and some inputs). Most components are descendants of
SimplePanel
and are containers. And I think only a
Button
component should indeed be changed to container, all other should not allow nested content.