Hi,
I am trying this type of UI with row and col in ionic but i am not getting exactly with lines. How can i do this?
Please help me.
Thanks,
San.
Hi,
I am trying this type of UI with row and col in ionic but i am not getting exactly with lines. How can i do this?
Please help me.
Thanks,
San.
<div class="row">
<div class="item col col-33">
<i class="icon ion-heart balanced"></i>
</div>
<div class="item col col-33">
<i class="icon ion-ios-telephone assertive"></i>
</div>
<div class="item col col-33">
<i class="icon ion-android-contacts assertive"></i>
</div>
</div>
use this code to get a row.
for another row repeat this. You can see the attached image. Borders space can be reduced between two items with css.