function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Mathew Thomas 29Mathew Thomas 29 

I want to create a slider in the Opportunities tab how would I go about doing that using lightning web component

VinayVinay (Salesforce Developers) 
Hi Mathew,

You can use 'lightning:slider'.

https://developer.salesforce.com/docs/component-library/bundle/lightning:slider/example

Thanks,