🤩 If you like this project, please support us by starring our GitHub repository 🤩
It’s possible to create your own pointer shape themes for the slider. It can be done as follows:
my-pointer-shapes.css
.shape-example{
-webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
HTML markup:
<tc-range-slider
pointer-shape="example"
css-links="my-pointer-shapes.css"
value1="30"
value2="60"></tc-range-slider>