Customizing Bottom-navigation

Variables

The following table lists the available variables for customization.

NameTypeDefault valueComputed value
$kendo-bottom-nav-padding-xStringk-spacing(1)var(--kendo-spacing-1, 0.25rem)
Description
The horizontal padding of the BottomNavigation.
$kendo-bottom-nav-padding-yString$kendo-bottom-nav-padding-xvar(--kendo-spacing-1, 0.25rem)
Description
The vertical padding of the BottomNavigation.
$kendo-bottom-nav-gapString$kendo-bottom-nav-padding-xvar(--kendo-spacing-1, 0.25rem)
Description
The spacing between the BottomNavigation items.
$kendo-bottom-nav-border-widthList1px 0px 0px 0px1px 0px 0px 0px
Description
The width of the border around the BottomNavigation.
$kendo-bottom-nav-font-familyStringvar( --kendo-font-family, inherit )var(--kendo-font-family, inherit)
Description
The font family of the BottomNavigation.
$kendo-bottom-nav-font-sizeStringvar( --kendo-font-size, inherit )var(--kendo-font-size, inherit)
Description
The font size of the BottomNavigation.
$kendo-bottom-nav-line-heightStringvar( --kendo-line-height-sm, normal )var(--kendo-line-height-sm, normal)
Description
The line height of the BottomNavigation.
$kendo-bottom-nav-letter-spacingNumber.2px0.2px
Description
The letter spacing of the BottomNavigation.
$kendo-bottom-nav-item-padding-xStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The horizontal padding of the BottomNavigation item.
$kendo-bottom-nav-item-padding-yStringk-spacing(0)var(--kendo-spacing-0, 0px)
Description
The vertical padding of the BottomNavigation item.
$kendo-bottom-nav-item-min-widthNumber72px72px
Description
The minimum width of the BottomNavigation item.
$kendo-bottom-nav-item-max-widthNullnullnull
Description
The maximum width of the BottomNavigation item.
$kendo-bottom-nav-item-min-heightCalculationcalc( #{$kendo-icon-size * 2.5} + calc( #{$kendo-padding-md-x} * 2 ) - calc( #{$kendo-bottom-nav-padding-x} * 2 ) )calc(40px + var(--kendo-spacing-2, 0.5rem) * 2 - var(--kendo-spacing-1, 0.25rem) * 2)
Description
The minimum height of the BottomNavigation item.
$kendo-bottom-nav-item-border-radiusStringk-border-radius(md)var(--kendo-border-radius-md, 0.25rem)
Description
The border radius of the BottomNavigation item.
$kendo-bottom-nav-item-gapList0 k-spacing(1)0 var(--kendo-spacing-1, 0.25rem)
Description
The spacing of the BottomNavigation item.
$kendo-bottom-nav-shadowStringk-elevation(4)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-textString$kendo-component-textvar(--kendo-color-on-app-surface, #3d3d3d)
Description
The text color of the flat BottomNavigation.
$kendo-bottom-nav-flat-bgString$kendo-component-bgvar(--kendo-color-surface-alt, #ffffff)
Description
The background color of the flat BottomNavigation.
$kendo-bottom-nav-flat-borderString$kendo-component-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description
The border color of the flat BottomNavigation.

In this article

Not finding the help you need?