<smart-masked-text-box mask="###-###-##-##"></smart-masked-text-box>
<smart-password-text-box>
</smart-password-text-box>
<smart-text-box>
</smart-text-box>
<smart-button>Click Me</smart-button>
html, body { padding: 10px; }
smart-masked-text-box,
smart-password-text-box,
smart-text-box {
display: block;
margin-bottom: 10px;
}
// Your code here