diff --git a/docs/css/styles.1690020865143.css b/docs/css/styles.1690035191714.css similarity index 100% rename from docs/css/styles.1690020865143.css rename to docs/css/styles.1690035191714.css diff --git a/docs/index.html b/docs/index.html index 34c2ad2..d2d5f47 100644 --- a/docs/index.html +++ b/docs/index.html @@ -19,8 +19,8 @@ - - + +
@@ -119,7 +119,7 @@Direction & Orientation
+Sleek Design with SVG
-The library supports horizontal and vertical orientation. It also supports left to right and right to left directions for a horizontal slider, and top to bottom and bottom to top for vertical sliders.
+Leverage the power of SVG (Scalable Vector Graphics) to achieve sharp, high-quality visuals that scale effortlessly across devices, from desktops to mobile.
- Learn more + Learn more<tc-range-slider
- type="vertical"
- value1="30"
- value2="70">
-</tc-range-slider>
-
-<tc-range-slider
- rtl="true"
- value="50"
- generate-labels="true">
-</tc-range-slider>
+
+ <RoundSlider
+ pathStartAngle={ 0 }
+ pathEndAngle={ 180 }
+ pathRadius={ 150 }
+ pathThickness={ 15 }
+ pathBgColor={ '#efefef' }
+ pathInnerBgColor={ '#efefef' }
+ pathBorder={ 2 }
+ pathBorderColor={ '#28586c' }
+ textOffsetY={ 70 }
+ textFontSize={ 24 }
+ pointers={ pointers }
+ />
+
The slider range can be defined by a minimum and maximum numbers. Another option is to provide a list of individual (discrete) values. Both text and numeric data are supported.
- Learn more + Learn moreStyles, Design, Animation
-The library has multiple options for customizing the appearance of the slider. Width, height, border radius, colors, hover and focus, and other properties can be customized using the slider attributes. Images and SVGs can be used as pointers. It has a standalone moving tooltip plugin.
+The library has multiple options for customizing the appearance of the slider. Circle radius, start & end angles, border size, colors, hover and focus, and other properties can be customized using the slider attributes. Custom SVGs can be used as pointers, and there is an on-click animation.
- Learn more + Learn moreThe library is free to use in any personal or commercial project.
- Read License + Read License