[errai-dev] responsive layout

Erik Jan de Wit edewit at redhat.com
Wed Dec 19 03:44:41 EST 2012


Hi,

> Bootstrap responsive UI combined with Errai UI works very well. I've used this in a few demos already actually.

Right, but what I was thinking about was to help a developer user it more easy instead of creating his own css and html (or use what twitter bootstrap provides) we include a grid concept like twitter bootstrap. For example:

<r:Row>
  <r:Column size="12">
    <g:Label>Level 1 of Column</g:Label>
    <r:Row>
      <r:Column size="6">
        <g:Label>Level 2</g:Label>
      </r:Column>
      <r:Column size="6">
        <g:Label>Level 2</g:Label>
      </r:Column>
    </r:Row>
  </r:Column>
</r:Row>

what do you think?

Cheers,
	Erik Jan


More information about the errai-dev mailing list