1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-24 10:48:14 +04:00

remove unused cofig from code

This commit is contained in:
codecalm
2025-01-03 02:43:09 +01:00
parent 7ebb863fbd
commit 9be6ea257c
43 changed files with 168 additions and 168 deletions

View File

@@ -3,7 +3,7 @@ title: Validation states
description: To inform users whether the entered value is correct or not, use either of the validation states. Thanks to that, users will immediately know which form elements they need to correct and, if the state displays as invalid, why the value is incorrect.
---
```html example code centered columns="1" height="20rem"
```html example centered columns="1" height="20rem"
<div class="mb-3">
<label class="form-label">Validation States </label>
<input type="text" class="form-control is-valid mb-2" placeholder="Valid State..." />
@@ -16,7 +16,7 @@ description: To inform users whether the entered value is correct or not, use ei
If you prefer a more subtle manner of informing users of the input control validation state, you can use tick and cross symbols and resign from colored control frames and the validation feedback.
```html example code centered columns="1" height="20rem"
```html example centered columns="1" height="20rem"
<div class="mb-3">
<label class="form-label">Validation States (lite)</label>
<input type="text" class="form-control is-valid is-valid-lite mb-2" placeholder="Valid State..." />