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:

tsx
import { AppBar } from '@skeletonlabs/skeleton-react';

export default function Anatomy() {
	return (
		<AppBar>
			<AppBar.Toolbar>
				<AppBar.Lead />
				<AppBar.Headline />
				<AppBar.Trail />
			</AppBar.Toolbar>
		</AppBar>
	);
}

API Reference

Unable to load component information for react/app-bar

View page on GitHub