{% comment %} Item component - versatile component for displaying content Usage:

Item Title

Item description

Avatar

User Name

user@example.com

Note: Basecoat doesn't have a dedicated item class. Items are pure HTML composition using semantic elements and Tailwind utilities. This component renders as
or based on href presence. {% endcomment %} {% if href %} {{ slot }} {% else %}
{{ slot }}
{% endif %}