{{--
Search Result Item Component
A reusable result card for displaying search results, list items, etc.
Supports different color schemes, icons, badges, and metadata.
@props
- href: string - Primary link URL
- color: string - Color scheme (primary, warning, success, info) - default: primary
- icon: string - Icon name for the left avatar
- title: string - Main title text
- external: bool - Show external link button - default: true
- animationDelay: int - Animation delay in ms - default: 0
- compact: bool - Use compact layout - default: false
@slots
- default: Meta badges and additional content
- subtitle: Subtitle text below title
- actions: Custom action buttons
@example