mirror of
https://github.com/tabler/tabler.git
synced 2026-08-22 02:44:24 +04:00
capture fix
This commit is contained in:
@@ -25,12 +25,14 @@ bootstrap-link: components/forms/
|
||||
|
||||
{% capture code %}
|
||||
{% include parts/form/validation-states.html %}
|
||||
{% endcapture %}
|
||||
{% include example.html code=code %}
|
||||
|
||||
### Subtle validation states
|
||||
|
||||
{% capture code %}
|
||||
{% include parts/form/validation-states.html lite=true %}
|
||||
{% endcapture %}
|
||||
{% include example.html code=code %}
|
||||
|
||||
## Input size
|
||||
|
||||
Reference in New Issue
Block a user