Closed joneff closed 3 years ago
~As the main purpose of the component is to provide navigation, I suggest utilizing the following rendering:~
~https://dojo.telerik.com/ICuveJEl/14~
~As different product flavors handle navigation in a different manner (e.g there is built-in routing in Angular, React and Blazor vs none in jQuery), we could utilize similar markup to the Breadcrumb and Menu components that suits both use cases. The main difference is that jQuery will utilize an anchor that wraps the item text and icon, while other products will utilize the built-in routing mechanisms.~
~@telerik/kendo-front-end thoughts and suggestions?~
All relevant information is moved to the issue description for better visibility.
Meta
Design
Assignee(s)
Markup
Framework specific markup
Markup is unified across frameworks.API
BottomNav.fill= 'solid
-><nav class="k-bottom-nav-solid" />
|('solid' or 'flat')
|Default: 'flat'
BottomNav.themeColor = 'secondary'
-><nav class="k-bottom-nav-secondary" />
|Default: 'primary'
|BottomNav.itemFlow= 'horizontal
-><nav class="k-bottom-nav-item-flow-horizontal" />
|Default: 'vertical'
|BottomNav.border = 'true
-><nav class="k-bottom-nav-border" />
BottomNav.shadow = 'true
-><nav class="k-bottom-nav-shadow" />
Remarks
<element class="k-bottom-nav-item"></element>
)