Use Bootstrap Grid Layout With Angular Material Components
New DiscussionHow can I use Bootstrap Grid System with Angular Material? I am good with all the Angular Material components but I want to utilize the grid system on bootstrap for my group input fields? Is this supported? I have installed “ng add @ng-bootstrap/ng-bootstrap” but it seems like it is not working. I tried the code below to play around with rows and columns but it doesn’t work. Hope you can enlighten and guide me on this?
<div class=”container”>
<div class=”row”>
<div class=”col-2″>
1 of 3
</div>
<div class=”col-6″>
2 of 3 (wider)
</div>
<div class=”col”>
3 of 3
</div>
</div>
<div class=”row”>
<div class=”col”>
1 of 3
</div>
<div class=”col-5″>
2 of 3 (wider)
</div>
<div class=”col”>
3 of 3
</div>
</div>
</div>
Sign In
to post a reply
Replies
Discussion created by
Favorites
Replies
Created On
Last Post
Discussion created by
Favorites
0 Replies
1 Created On
Sep 14, 2021 Last Post
4 years, 5 months ago