Navbar
Documentation and examples for Bootstrap’s powerful, responsive navigation header, the navbar. Includes support for branding, navigation, and more, including support for our collapse plugin.
Key Features
Customization Options
Usage
{% include 'radix:navbar' with {
navbar_container_type: 'fluid',
placement: 'sticky-top',
navbar_theme: 'dark',
navbar_expand: 'md',
navbar_utility_classes: ['bg-light'],
branding: branding_content,
left: left_block_content,
right: right_block_content
} %}Last updated