1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-30 15:04:38 +04:00
Files
tabler/pages/_docs/input-mask.md
T
2020-02-13 22:09:47 +01:00

10 lines
251 B
Markdown

---
title: Input mask
---
{% capture code %}
<label class="form-label">Telephone mask</label>
{% include ui/form/input-mask.html mask="(00) 0000-0000" placeholder="(00) 0000-0000" visible=true %}
{% endcapture %}
{% include example.html code=code %}