'use client'; import { Layout, Section, Article, Headline, Subhead, BodyText, Masthead, } from '@newspaperui/components'; import { Demo } from '@/components/Demo'; import { PropsTable } from '@/components/PropsTable'; export default function MastheadPage() { return (
Masthead 报头 报头是报纸的门面。三个 variant 覆盖经典双线居中、哥特体、现代左对齐三种风格。 API Classic `} > Blackletter `} > Modern `} > 使用建议

Masthead 默认 gridColumn: 1 / -1,在 Section 内自动全宽。 通常放在 Layout 的第一个 Section 中,后接 Rule 分隔线。

); }