{ if (isClickable && onclick && (e.key === 'Enter' || e.key === ' ')) { e.preventDefault(); onclick(); } }} role={isClickable ? 'button' : undefined} tabindex={isClickable ? 0 : undefined} >
{#if icon}
{@render icon()}
{/if}
{title} {#if description} {description} {/if}
{#if badge}
{@render badge()}
{/if}
{#if metadata} {/if}
{#if actions}
e.stopPropagation()} > {@render actions()}
{/if}