mirror of
https://gitee.com/blazorcomponent/MASA.Blazor.git
synced 2025-12-06 10:19:23 +08:00
* ♻ refactor: migrate all mobile components to a separate project
* remove unused files
* update
* update locale
* 🐛 fix: updating the logic of fetching latest release version
* update cicd
* update
13 lines
555 B
Plaintext
13 lines
555 B
Plaintext
<MSwiper Height="300"
|
|
Loop>
|
|
<MSwiperSlide Style="background-color: var(--m-theme-surface-container)" Class="d-flex align-center justify-center">
|
|
<h3> Slide 1 </h3>
|
|
</MSwiperSlide>
|
|
<MSwiperSlide Style="background-color: var(--m-theme-surface-container)" Class="d-flex align-center justify-center">
|
|
<h3> Slide 2 </h3>
|
|
</MSwiperSlide>
|
|
<MSwiperSlide Style="background-color: var(--m-theme-surface-container)" Class="d-flex align-center justify-center">
|
|
<h3> Slide 3 </h3>
|
|
</MSwiperSlide>
|
|
</MSwiper>
|