component ApiEndpointCard { props { method = "GET" path = "/api/example" description = "" } view {
{method} {path}

{description}

} }