IdanCo / ng1bs4

AngularJS with Bootstrap 4
https://idanco.github.io/ng1bs4
38 stars 13 forks source link

New Component - Grid #47

Open IdanCo opened 7 years ago

IdanCo commented 7 years ago

Why not actually?

Bootstrap 4 has a wonderful grid system which is based solely on classes. But who wants to use classes? wouldn't something like this be super awesome -

<container>
    <row>
        <column>
            content 1
        </column>
        <column>
            content 2
        </column>
    </row>
</container>

Let's build it!