Fluent UI React (which the office uses) has a carousel, but the blazor or web components don’t.
Blazor bootstrap has one:
https://demos.blazorbootstrap.com/carousel
Here is implementation in vanilla JavaScript, to give understanding of an implementation.
https://blog.logrocket.com/build-image-carousel-scratch-vanilla-javascript/
note: the blazor fluent ui components are built on the fast web components