/** * "Experimental" badge rendered at the top of a docs page (under the title) * when the page frontmatter sets `experimental: true`. Signals that the page's * APIs may change in future releases, so individual pages don't need an inline * callout saying the same thing. */ export function ExperimentalBadge() { return ( Experimental ); }