Skip to content

Appbar

BsAppbar is a lightweight component which is placed at the top of the page as a container for page title, logo, menus, and action buttons which is usually known as Navigation Bar.

Examples

Basic usage

With button and menus

CSS Variables

Added since v2.0.0
scss
--md-appbar-bg: #fff;
--md-appbar-color: #212121;
--md-appbar-height: 64px;
--md-appbar-margin: 0.5rem 0.75rem 0.5rem 1rem;
--md-appbar-title-font-size: 1.5rem;
--md-appbar-title-font-weight: 400;

API Reference

BsAppbar

BsAppbarItems

Optional component to create a component's container inside <bs-appbar> which may contains buttons, menus and others.

BsAppbarTitle

Lightweight component to put page title on Appbar.

Released under the BSD-3-Clause License.