Fluent Ui Blazor Component Library

Henry Stawski 0 Reputation points
2024-12-08T01:29:46.7266667+00:00

Is there a sample of how to implement of Carousel Ui Design Pattern with C# Fluent Ui Blazor?

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,672 questions
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Bruce (SqlWork.com) 75,156 Reputation points
    2024-12-09T03:52:42.1066667+00:00

    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

    https://fast.design/docs/integrations

    https://github.com/microsoft/fluentui-blazor

    0 comments No comments

  2. Ping Ni-MSFT 5,130 Reputation points Microsoft External Staff
    2024-12-09T06:40:48.8333333+00:00

    Hi @Henry Stawski There seems no default implements in Fluent UI Blazor Component library, suggest you can use default Carousel Component in Blazor Bootstrap .

    0 comments No comments

  3. Madhusudhan V 0 Reputation points
    2025-05-05T02:08:59.7166667+00:00

    Is it OKay to use Fluent-UI-blazor & Bootstrap/mudblazor together?
    As few features not available on fluent-ui,so?

    Someone please add on here


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.