Vaadin Responsive - Vaadin Add-on Directory
Vaadin Responsive provides any component or UI the ability to respond to changes in their size using CSS, much like CSS media queries do.**NOTE, core Vaadin has a built in version of this utility since 7.2.**
Vaadin Responsive is an extension which provides any component or UI the ability to respond to changes in their size using CSS.
It provides similar functionality as CSS media queries do, but also it works in IE8 and you can respond to size changes on a component level, not just on a viewport level.
Online DemoIssue Tracker
Source Code
Vaadin Responsive version 1.0.0.alpha1
First preview release.
Supports width and height ranges on the client side.
Vaadin Responsive version 1.0.0.alpha3
Now containing the actual bugfixes (EGit gave me a bit of a hard time, so alpha2 didn't actually contain any changes).
See issue tracker for details.
Vaadin Responsive version 1.0.0.alpha4
Bugfixes for IE8. See issue tracker for details.