component EncryptionDiagram { props { title = "" value = "" description = "" summary = "" loading = false class = "" } view {
{title}{value}{description}

{summary}

} }