1. framework components
  2. app bar

App Bar

A header element for the top of your page layout.

Skeleton

Centered

Control the layout using a grid-cols-* utility class.

Headline

Extended

Move the <AppBar.Headline> to a new row within the root.

Headline

Responsive

Modify the layout based on responsive breakpoints.

Headline

Anatomy

Here’s an overview of how the AppBar component is structured in code:

svelte
<script lang="ts">
	import { AppBar } from '@skeletonlabs/skeleton-svelte';
</script>

<AppBar>
	<AppBar.Toolbar>
		<AppBar.Lead />
		<AppBar.Headline />
		<AppBar.Trail />
	</AppBar.Toolbar>
</AppBar>

API Reference

Unable to load component information for svelte/app-bar

View page on GitHub