@studio-west/component-sw 0.10.8 → 0.10.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -578,9 +578,9 @@ Default - Содержимое
|
|
|
578
578
|
| `vertical` | `Boolean` | `false` | Вертикальная ориентация слайдера. |
|
|
579
579
|
| `class` | `String` | `sw-switch` | Добавляет пользовательский CSS-класс к компоненту. |
|
|
580
580
|
| `size` | `String` | `small` | Размер бегунка: `'large'`, `'small'`. |
|
|
581
|
-
| `min` | `Number` | `0` |
|
|
582
|
-
| `max` | `Number` | `100` |
|
|
583
|
-
| `step` | `Number` | `1` |
|
|
581
|
+
| `min` | `Number` | `0` | Минимальное значение переменной. |
|
|
582
|
+
| `max` | `Number` | `100` | Максимальное значение переменной. |
|
|
583
|
+
| `step` | `Number` | `1` | Шаг в приросте переменной. |
|
|
584
584
|
| `show-value` | `Boolean` | `false` | Добавляет всплывающее окно с текущим значением. |
|
|
585
585
|
|
|
586
586
|
### Слоты / Slots
|