Files
MASA.Blazor/docs/Masa.Blazor.Docs/wwwroot/pages/mobiles/mobile-pickers/en-US.md
capdiem 9ffb99fcf4 ♻ refactor: migrate all mobile components to a standalone project (#2385)
* ♻ 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
2025-04-17 17:12:58 +08:00

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.
/blazor/mobiles/mobile-picker-views
/blazor/mobiles/mobile-date-time-views
/blazor/mobiles/mobile-time-pickers

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.