MudBlazor / MudBlazor

Blazor Component Library based on Material design with an emphasis on ease of use. Mainly written in C# with Javascript kept to a bare minimum it empowers .NET developers to easily debug it if needed.
http://mudblazor.com
MIT License
7.45k stars 1.2k forks source link

Responsive carousel #8062

Open Thijs5 opened 5 months ago

Thijs5 commented 5 months ago

Feature request type

Enhance component

Component name

MudCarousel

Is your feature request related to a problem?

The MudCarousel component is not responsive at the moment. It is required to provide a fixed height.

Describe the solution you'd like

Please check whether it's possible to let the MudCarousel play nicely with the MudImage-component. Since the carousel is mostly used with images, this should be a huge upgrade for the carousel.

Have you seen this feature anywhere else?

Describe alternatives you've considered

No response

Pull Request

Code of Conduct

ericdes commented 2 months ago

Yes, it is a needed enhancement. Maybe writing a wrapper for the slick carousel would be a solution....