Token导航 LogoToken导航TokenDH.com
前端设计只读github未标认证来源可访问许可证需确认审计通过

syncfusion-maui-time-picker同步融合毛伊岛时间选择器

Agent Skill

syncfusion-maui-time-picker 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

832

周安装

34

GitHub Stars

54

下载量

269
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:syncfusion-maui-time-picker(同步融合毛伊岛时间选择器)
来源仓库:https://github.com/syncfusion/maui-ui-components-skills
仓库路径:skills/syncfusion-maui-time-picker
安装命令:
npx skills add https://github.com/syncfusion/maui-ui-components-skills --skill syncfusion-maui-time-picker
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/syncfusion/maui-ui-components-skills --skill syncfusion-maui-time-picker

简介

用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中围绕仓库状态、代码变更或协作事项进行整理。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装使用。
  • 安装前建议确认权限范围和维护状态,注意可能触发联网或文件读写操作。
  • syncfusion-maui-time-picker 属于前端设计类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Implementing Syncfusion.NET MAUI TimePicker

The Syncfusion.NET MAUI TimePicker (SfTimePicker) is a powerful control that allows users to select time values through an intuitive scrollable interface. It supports multiple time formats, customizable intervals, dialog modes, time restrictions, and extensive styling options.

When to Use This Skill

Use this skill when you need to:

  • Implement time selection in.NET MAUI applications
  • Add SfTimePicker controls to XAML or C# code
  • Configure time formats (12/24 hour, with/without seconds, milliseconds)
  • Set up dialog or positioned picker modes
  • Define hour/minute/second intervals for time selection
  • Restrict selectable times (business hours, appointment slots, blocked times)
  • Handle time selection events or use MVVM commands
  • Customize picker appearance (header, footer, selection view, text display)
  • Implement accessible or localized time pickers
  • Troubleshoot TimePicker configuration or behavior issues

Component Overview

The SfTimePicker provides:

  • 14 predefined time formats supporting 12/24-hour formats with hours, minutes, seconds, and milliseconds
  • Three picker modes: Default (inline), Dialog (popup), and RelativeDialog (positioned popup)
  • Time intervals for hours, minutes, seconds, and milliseconds
  • Time restrictions including minimum/maximum time and blackout times
  • Looping support for seamless navigation between first and last items
  • Rich event system with selection changes, dialog lifecycle, and footer button events
  • MVVM support through commands (SelectionChangedCommand, AcceptCommand, DeclineCommand)
  • Extensive customization for header, footer, column headers, selection view, and text display modes
  • Accessibility and localization support for global applications

Documentation and Navigation Guide

Getting Started

📄 Read: references/getting-started.md

When to read: Setting up TimePicker for the first time, installation, basic implementation.

Coverage:

  • NuGet package installation (Syncfusion.Maui.Picker)
  • Handler registration (ConfigureSyncfusionCore in MauiProgram.cs)
  • Basic SfTimePicker initialization (XAML and C#)
  • Setting header and footer views
  • Configuring height and width
  • Using SelectedTime property
  • Clear selection support

Time Formatting

📄 Read: references/formatting.md

When to read: Configuring how time is displayed (12/24 hour, including/excluding seconds, milliseconds).

Coverage:

  • Format property overview
  • 14 predefined time formats:

- H_mm, H_mm_ss (24-hour without leading zero) - HH_mm, HH_mm_ss, HH_mm_ss_fff (24-hour with leading zero) - h_mm_tt, h_mm_ss_tt (12-hour without leading zero + AM/PM) - hh_mm_tt, hh_mm_ss_tt, hh_mm_ss_fff_tt, hh_tt (12-hour with leading zero + AM/PM) - mm_ss, mm_ss_fff, ss_fff (minute/second combinations) - Default (culture-based format)

  • Format usage examples and switching between formats

Picker Modes and Display

📄 Read: references/picker-modes.md

When to read: Configuring how the picker is displayed (inline, popup dialog, positioned dialog).

Coverage:

  • Mode property (Default, Dialog, RelativeDialog)
  • Dialog mode configuration
  • IsOpen property for programmatic picker control
  • RelativeDialog mode for positioned popups
  • RelativePosition options (8 alignment positions):

- AlignTop, AlignBottom, AlignToLeftOf, AlignToRightOf - AlignTopLeft, AlignTopRight, AlignBottomLeft, AlignBottomRight

  • RelativeView property for positioning relative to specific controls
  • Custom popup size (PopupWidth, PopupHeight properties)
  • Code examples for each mode

Time Intervals and Looping

📄 Read: references/time-intervals-looping.md

When to read: Setting intervals between time values or enabling continuous looping.

Coverage:

  • HourInterval property (e.g., show every 2 hours)
  • MinuteInterval property (e.g., show every 5, 10, 15 minutes)
  • SecondInterval property (e.g., show every 10 seconds)
  • MilliSecondInterval property for precise time selection
  • EnableLooping property for seamless first ↔ last item navigation
  • Combining intervals with different time formats
  • Practical scenarios (appointment booking, time tracking)

Time Restrictions

📄 Read: references/time-restrictions.md

When to read: Limiting selectable times (business hours, min/max ranges, blocked times).

Coverage:

  • MinimumTime property to set earliest selectable time
  • MaximumTime property to set latest selectable time
  • BlackoutTimes collection to disable specific times
  • Time range validation rules
  • Use cases (business hours: 9 AM - 5 PM, appointment slots, blocked lunch hours)
  • Combining restrictions with formats and intervals

Events and Commands

📄 Read: references/events-commands.md

When to read: Handling time selection changes, dialog lifecycle, or using MVVM commands.

Coverage:

  • SelectionChanged event

- TimePickerSelectionChangedEventArgs with NewValue and OldValue - IsSelectionImmediate behavior (immediate vs deferred selection)

  • Dialog mode events:

- Opened event (when picker opens) - Closing event with CancelEventArgs (can cancel closing) - Closed event (after picker closes)

  • Footer view events:

- OkButtonClicked event - CancelButtonClicked event

  • MVVM Commands:

- SelectionChangedCommand - AcceptCommand (OK button) - DeclineCommand (Cancel button)

  • Event usage patterns and best practices

Customization and Styling

📄 Read: references/customization.md

When to read: Customizing picker appearance (colors, fonts, header/footer, visual effects).

Coverage:

  • Header view customization

- Text, Height, Background, TextStyle properties

  • Footer view customization

- OkButtonText, CancelButtonText - ShowOkButton, Height, Background, TextStyle

  • Column header view customization

- Text, Height, TextStyle per column

  • Selection view customization

- Background, Stroke, StrokeThickness, CornerRadius, TextStyle

  • TextDisplayMode options:

- Default, Fade, Shrink, FadeAndShrink

  • Liquid glass effect for modern UI
  • Item text styling
  • Complete customization examples

Accessibility and Localization

📄 Read: references/accessibility-localization.md

When to read: Implementing accessible controls or supporting multiple languages/cultures.

Coverage:

  • WCAG compliance features
  • Screen reader support
  • Keyboard navigation
  • Semantic properties for accessibility
  • Localization configuration
  • Culture-specific time formatting
  • RTL (right-to-left) language support
  • Multi-language implementation examples

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

34.72%
按下载量换算93

Claude

32.17%
按下载量换算87

Cursor

17.5%
按下载量换算47

Gemini CLI

9.15%
按下载量换算25

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills