Skip to content

This page demonstrates the PageTags component, which automatically reads and displays tags from the current page’s frontmatter.

The simplest usage - just drop in the component:

<PageTags />

Full-width with borders:

<PageTags layout="block" />

Add a text label before the tags:

<PageTags label="Topics:" />
<PageTags showIcon={false} />

Block layout with label, medium size, and solid variant:

<PageTags layout="block" label="This guide covers:" size="medium" variant="solid" />

See the PageTags documentation for full API reference.