Directory

RTL mode - Vaadin Add-on Directory

RTL (right-to-left) mode for Vaadin RTL mode - Vaadin Add-on Directory
Provides an easy way to set a Vaadin UI into RTL (right-to-left) mode ``` Direction.set(Direction.RTL); ``` Note that this add-on only enables right-to-left mode, it does not change any component to properly render in RTL mode. This is up to each component