# TopAppBar

### Design
<a href="https://material.io/design/components/app-bars-top.html" target="_blank">https://material.io/design/components/app-bars-top.html</a>

### Description
Use `TopAppBar` component to display title, navigation or additional actions for your app.

### Import
```js
import {
    TopAppBar,
    TopAppBarSection,
    TopAppBarActionItem,
    TopAppBarTitle
} from "webiny-ui/TopAppBar";
```