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
_______________________________________________
errai-dev mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/errai-dev