A navigation bar component is used to facilitate navigation through a series of hierarchical screens within an app.
- Slots
-
default— Renders a title inside the default slot. -
start— Renders left aligned icons. -
end— Renders right aligned action icons.
- CSS Parts
-
base— The base wrapper of the navigation bar. -
start— The left aligned icon container. -
middle— The navigation bar title container. -
end— The right aligned action icons container.