Back to changelog

Prose Components

October 20, 2025

Feature

Added a comprehensive collection of prose components for enhanced content rendering and documentation:

Typography Components

  • ProseH1-H6 - Heading components with anchor link support and customizable styles
  • ProseP - Paragraph component with customizable classes
  • ProseLead - Lead paragraph component for introductory text
  • ProseStrong - Strong text rendering component
  • ProseEm - Emphasized text component
  • ProseBlockquote - Styled blockquote component
  • ProseA - Customizable anchor links with styling
  • ProseHr - Horizontal rule component

List Components

  • ProseUl, ProseOl, ProseLi - List components with customizable styles
  • ProseIconList - Lists with icons and multiple variants

Table Components

  • Added complete table prose components for documentation tables

Code Components

  • ProseCodeGroup - Tabbed interface for multiple code snippets
  • ProseCodeSnippet - Dynamic code imports with syntax highlighting
  • ProsePre - Enhanced code blocks with file name display and meta parsing
  • ProseCodeTree - Interactive file navigation component
  • Code collapse functionality
  • Copy button for code blocks

Documentation Components

  • ProseField & ProseFieldGroup - Enhanced documentation for component props
  • ProseCallout - Callout component with various styles and variants
  • ProseCard - Card component with animated border effects
  • ProseCollapsible - Collapsible content with customizable icons
  • ProseTabs - Tabbed content for documentation
  • ProseImage - Custom image with zoom functionality
  • ProseColorModeImage - Adaptive images for light/dark modes
  • ProseSmartIcon - Smart icon component

Package Manager Components

  • ProsePmInstall - Package installation commands
  • ProsePmRun - Package manager script execution
  • ProsePmX - Package manager command execution
  • Added usePm composable for package manager integration

Typography Documentation

Added comprehensive typography documentation showcasing all prose components and their usage.

prose