BottomNavigation

The BottomNavigation component allows for easy access to primary app destinations.

Sass Variables

The Telerik and Kendo UI BottomNavigation enables you to configure and customize its appearance through the available Sass variables.

VariableDefault ValueComputed ValueValue
kendo-bottom-nav-padding-xk-map-get( $kendo-spacing, 1 )4pxDefault: k-map-get( $kendo-spacing, 1 )Computed: 4px
Description: The horizontal padding of the BottomNavigation.
kendo-bottom-nav-padding-y$kendo-bottom-nav-padding-x4pxDefault: $kendo-bottom-nav-padding-xComputed: 4px
Description: The vertical padding of the BottomNavigation.
kendo-bottom-nav-gap$kendo-bottom-nav-padding-x4pxDefault: $kendo-bottom-nav-padding-xComputed: 4px
Description: The spacing between the BottomNavigation items.
kendo-bottom-nav-border-width1px 0px 0px 0px1px 0px 0px 0pxDefault: 1px 0px 0px 0pxComputed: 1px 0px 0px 0px
Description: The width of the border around the BottomNavigation.
kendo-bottom-nav-font-family$kendo-font-familyinheritDefault: $kendo-font-familyComputed: inherit
Description: The font family of the BottomNavigation.
kendo-bottom-nav-font-size$kendo-font-size-md14pxDefault: $kendo-font-size-mdComputed: 14px
Description: The font size of the BottomNavigation.
kendo-bottom-nav-line-heightnormalnormalDefault: normalComputed: normal
Description: The line height of the BottomNavigation.
kendo-bottom-nav-letter-spacing.2px0.2pxDefault: .2pxComputed: 0.2px
Description: The letter spacing of the BottomNavigation.
kendo-bottom-nav-item-padding-xk-map-get( $kendo-spacing, 2 )8pxDefault: k-map-get( $kendo-spacing, 2 )Computed: 8px
Description: The horizontal padding of the BottomNavigation item.
kendo-bottom-nav-item-padding-y00Default: 0Computed: 0
Description: The vertical padding of the BottomNavigation item.
kendo-bottom-nav-item-min-width72px72pxDefault: 72pxComputed: 72px
Description: The minimum width of the BottomNavigation item.
kendo-bottom-nav-item-max-widthnullnullDefault: nullComputed: null
Description: The maximum width of the BottomNavigation item.
kendo-bottom-nav-item-min-heightcalc( #{$kendo-icon-size * 2.5} + #{$kendo-padding-md-x * 2} - #{$kendo-bottom-nav-padding-x * 2} )calc(40px + 16px - 8px)Default: calc( #{$kendo-icon-size * 2.5} + #{$kendo-padding-md-x * 2} - #{$kendo-bottom-nav-padding-x * 2} )Computed: calc(40px + 16px - 8px)
Description: The minimum height of the BottomNavigation item.
kendo-bottom-nav-item-border-radius$kendo-border-radius-md4pxDefault: $kendo-border-radius-mdComputed: 4px
Description: The border radius of the BottomNavigation item.
kendo-bottom-nav-item-gap0 k-map-get( $kendo-spacing, 1 )0 4pxDefault: 0 k-map-get( $kendo-spacing, 1 )Computed: 0 4px
Description: The spacing of the BottomNavigation item.
kendo-bottom-nav-shadowk-elevation(4)var(--kendo-elevation-4, 0 8px 10px rgba(0, 0, 0, 0.12), 0 4px 16px rgba(0, 0, 0, 0.12))Default: k-elevation(4)Computed: var(--kendo-elevation-4, 0 8px 10px rgba(0, 0, 0, 0.12), 0 4px 16px rgba(0, 0, 0, 0.12))
Description: The box shadow of the BottomNavigation.
kendo-bottom-nav-flat-text$kendo-component-text #424242Default: $kendo-component-textComputed: #424242
Description: The text color of the flat BottomNavigation.
kendo-bottom-nav-flat-bg$kendo-component-bg #ffffffDefault: $kendo-component-bgComputed: #ffffff
Description: The background color of the flat BottomNavigation.
kendo-bottom-nav-flat-border$kendo-component-border rgba(0, 0, 0, 0.08)Default: $kendo-component-borderComputed: rgba(0, 0, 0, 0.08)
Description: The border color of the flat BottomNavigation.