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
1.0 KiB
1.0 KiB
title, desc, related
| title | desc | related | |||
|---|---|---|---|---|---|
| Mobile pickers | A picker designed for the mobile. Provides multiple sets of options for users to choose, and supports single-column selection, multi-column selection and cascading selection. |
|
Installation
dotnet add package Masa.Blazor.MobileComponents
Examples
Props
Cascade
Use the cascading Columns and ItemChildren fields to achieve the effect of cascading options.
Custom item height.
You can customize the height of the option through Itemheight. Currently, only px is supported.