Ir al contenido

Component Demos

Esta página aún no está disponible en tu idioma.

Explore live demos of all available components. Each demo uses real tag data from this documentation site’s configuration.

ComponentDescription
PageTagsAuto-displays tags from page frontmatter
PageWithTagsWrapper component with position control
TagBadgeIndividual tag badge with variants
TagsListCollection of tags with layouts
TagSidebarSidebar widget for popular tags navigation
PrerequisiteChainVisual dependency chains
Extended SchemaCustom fields with product documentation example

These demo pages have real tags defined in their frontmatter, allowing components like PageTags to work exactly as they would in your documentation.

For example, the PageTags demo page has:

---
title: PageTags Demo
tags:
- components
- example
- getting-started
---

This lets you see the components in action with real data rather than mocked examples.

For detailed API documentation, props, and usage patterns, see the Components section.