component OutlinedCard { props { title = "" description = "" href = "" class = "" } view {

{title}

{description}

Open {title}
} }