PageTags Demo
Dieser Inhalt ist noch nicht in deiner Sprache verfügbar.
This page demonstrates the PageTags component, which automatically reads and displays tags from the current page’s frontmatter.
Default (Inline)
Section titled “Default (Inline)”The simplest usage - just drop in the component:
<PageTags />Block Layout
Section titled “Block Layout”Full-width with borders:
<PageTags layout="block" />With Label
Section titled “With Label”Add a text label before the tags:
<PageTags label="Topics:" />Small (Default)
Section titled “Small (Default)”Medium
Section titled “Medium”Style Variants
Section titled “Style Variants”Outline (Default)
Section titled “Outline (Default)”Without Icons
Section titled “Without Icons”<PageTags showIcon={false} />Combined Options
Section titled “Combined Options”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.