component ApiEndpointCard { props { class = "" method = "GET" path = "/api/example" eyebrow = "" title = "" description = "" href = "" actionLabel = "View endpoint" } view {
{method} {title || path}

{description}

{#if href}{actionLabel}{/if}
} }