Metro UI CSS

Hello all,

is there anybody out there who has tried to apply the Metro UI CSS

http://metroui.org.ua/

to Vaadin? Apart from the plain question, if it is possible at all, I would be interested in a rough idea as to what extend the Metro UI CSS can be applied to Vaadin.

Thanks a lot for any comments!

  • Andy

Hi,

Just glanced at the Metro UI quickly. As it looks like it expects you to create a totally different looking HTML hierarchy than what Vaadin produces, you’re left with little options to try and use it.

In my opinion the best approach is to use the generated Metro UI CSS (not .less) and use the Vaadin Sass compiler and the @extend directive to add the styles to correct places in the Vaadin HTML structure.

I prototyped this approach with Bootstrap CSS, see the
source code
and
demo app
to understand better.