Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.07 KB

File metadata and controls

41 lines (26 loc) · 1.07 KB

Bottom Navigation Bar

Komponen di bagian bawah layar untuk menampilkan menu utama aplikasi

{% hint style="info" %} Bottom navigation bar memiliki tingkat kustomisasi tinggi sehingga kreativitas desainer tidak terbatas pada spesifikasi yang tertulis di bawah. Hal penting dalam membuat bottom navigation bar adalah memastikan padding terhadap container serta spasi antar komponen di dalamnya konsisten, rapi, serta mempertimbangkan safe area. {% endhint %}

{% tabs %} {% tab title="Android" %}

Spesifikasi

  • height - 56px
  • icon size - 24px
  • text size - dynamic

Referensi

{% embed url="https://material.io/archive/guidelines/components/bottom-navigation.html" %}

TODO: icon, text specs, practical examples {% endtab %}

{% tab title="iOS" %}

Spesifikasi

  • height - 49px
  • icon size - various

Referensi

{% embed url="https://developer.apple.com/design/human-interface-guidelines/ios/bars/tab-bars/" %}

TODO: icon, text specs {% endtab %} {% endtabs %}