Hi,
Unfortunately, there is no such feature, so coding will be required to add it. You can customize the categories block using this hook: hivepress/v1/blocks/listing_categories
, and there you can add the html attribute data-component=slider to the categories, but then you need to do some detailed testing to see if this slider will work for the categories. Also, please note that if this is for ListingHive, then there is no default slider, so you will need to add more JS code.
Alternatively, you can try to find and test third-party plugins that already add the slider automatically and use the hook on the categories block to add the html attribute.
I hope this is helpful to you.