From 0af7bb0663b8eed37fcbd8297676883ed540e3eb Mon Sep 17 00:00:00 2001 From: Kirill Revenkov Date: Tue, 7 May 2024 18:20:33 +0300 Subject: [PATCH] feat: add SliderComponent for landing --- src/components/Slider/README.md | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/src/components/Slider/README.md b/src/components/Slider/README.md index 66cd26a7c5..fd8387792a 100644 --- a/src/components/Slider/README.md +++ b/src/components/Slider/README.md @@ -22,7 +22,7 @@ Slider with one handle to select single value. This Slider is used by default. `} > - + LANDING_BLOCK--> @@ -44,7 +44,7 @@ Slider with two handles to select range. To use this slider you should set `defa `} > - + LANDING_BLOCK--> @@ -68,7 +68,7 @@ The state of the `Slider` where you don't want the user to be able to interact w `} > - + LANDING_BLOCK--> @@ -91,8 +91,8 @@ The state of the `Slider` in which you want to indicate incorrect user input. To `} > - - + + LANDING_BLOCK--> @@ -118,10 +118,10 @@ To control the size of the `Slider` use the `size` property. Default size is `m` `} > - - - - + + + + LANDING_BLOCK--> @@ -150,9 +150,9 @@ The `min` and `max` properties define the limits of the range that the `Slider` `} > - - - + + + LANDING_BLOCK--> @@ -176,7 +176,7 @@ The `step` property for `Slider` component determines the incremental steps betw `} > - + LANDING_BLOCK--> @@ -198,7 +198,7 @@ LANDING_BLOCK--> `} > - + LANDING_BLOCK--> @@ -222,7 +222,7 @@ The `availableValues` property is used in `Slider` component to define a set of `} > - + LANDING_BLOCK--> @@ -244,7 +244,7 @@ The `hasTooltip` property is a boolean attribute used in `Slider` component to c `} > - + LANDING_BLOCK-->