Creates a navigation component.
Creates a navigation component. More: Bootstrap Docs.
A single element's type in the items sequence.
A type of a property containing an element in the items sequence.
Sequence of elements to be converted into navigation.
Alignment of elements in navigation component.
If true, shows component as column.
If true, adjusts items width to fill the whole component space.
If true, adjusts items width (all elements with equal width) to fill the whole component space.
If true, applies nav-tabs style.
If true, applies nav-pills style.
An id of the root DOM node.
Creates DOM hierarchy representing an element in the navigation.
Use the provided interceptor to properly clean up bindings inside the content.
Usually you should add the BootstrapStyles.Navigation.link style to your links.
Creates property indicating if an element is active.
Creates property indicating if an element is disabled.
Creates property indicating if an element has a dropdown menu.
A UdashNav component, call render to create a DOM element.
Creates a navigation component based on the default NavItem.
Creates a navigation component based on the default NavItem.
More: Bootstrap Docs.
A type of a property containing an element in the items sequence.
Sequence of elements to be converted into navigation.
Alignment of elements in navigation component.
If true, shows component as column.
If true, adjusts items width to fill the whole component space.
If true, adjusts items width (all elements with equal width) to fill the whole component space.
If true, applies nav-tabs style.
If true, applies nav-pills style.
An id of the root DOM node.
Creates DOM hierarchy representing an element in the navigation. Use the provided interceptor to properly clean up bindings inside the content.
Creates property indicating if an element is active.
Creates property indicating if an element is disabled.
Creates property indicating if an element has a dropdown menu.
A UdashNav component, call render to create a DOM element.
Default breadcrumb model factory.