siemens / ix

Siemens Industrial Experience is a design system for designers and developers, to consistently create the perfect digital experience for industrial software products.
https://ix.siemens.io/
MIT License
174 stars 62 forks source link

Remove trace reference from IxSlider #1361

Open hawacodes opened 4 days ago

hawacodes commented 4 days ago

Prerequisites

What happened?

Hi IXTeam, Is it possible to remove trace reference(vertical line) from the Slider? This is what we have: image This is what we want: image

What type of frontend framework are you seeing the problem on?

React

Which version of iX do you use?

v2.3.0

Code to produce this issue.

<IxSlider
     min={0}
     max={50}
     trace
>
  <span slot='label-start'>0</span>
  <span slot='label-end'>50</span>
</IxSlider>