{{--
Search Result Section Component
A container for grouping search result items with a header.
@props
- title: string - Section title
- color: string - Color scheme (primary, warning, success, info)
- icon: string - Icon name for the section header
- count: int - Item count to display
- animationDelay: int - Animation delay in ms - default: 0
@slots
- default: Result items
- footer: Optional footer content (e.g., load more button)
@example