1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-29 14:34:37 +04:00

form elements cleaning

This commit is contained in:
chomik
2019-06-02 18:40:53 +02:00
parent 886965375e
commit 6732619e66
17 changed files with 422 additions and 371 deletions
+8
View File
@@ -0,0 +1,8 @@
---
title: Input mask
---
{% example %}
<label class="form-label">Telephone mask</label>
{% include ui/input-mask.html mask="(00) 0000-0000" placeholder="(00) 0000-0000" visible=true %}
{% endexample %}