mirror of
https://github.com/tabler/tabler.git
synced 2025-12-24 02:38:15 +04:00
13 lines
271 B
Markdown
13 lines
271 B
Markdown
---
|
|
title: Input mask
|
|
---
|
|
|
|
|
|
## Default markup
|
|
|
|
{% 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 %}
|