4.0.0-alpha.7 • Published 17 days ago

@contentful/f36-header v4.0.0-alpha.7

Weekly downloads
-
License
MIT
Repository
github
Last release
17 days ago

title: 'Header' type: 'layout' status: 'alpha' slug: /components/header/ github: 'https://github.com/contentful/forma-36/tree/main/packages/components/header' storybook: 'https://f36-storybook.contentful.com/?path=/story/components-header--default'

typescript: ./src/Header.tsx

The Header component exposes a way to build visually consistent hierarchy into apps that look and feel like part of the Contentful UI.

Note that the Header is not meant to be used when building navigation, for this case you will be better served by Navbar.

Import

import { Header } from '@contentful/f36-components';
// or
import { Header } from '@contentful/f36-header';

Examples

Empty Header with title (variant name)

With breadcrumbs & back button

With actions

With filters

Props (API reference)