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

syncfusion-maui-date-time-range-sliderSynfusion 毛伊岛日期时间范围滑块

Agent Skill

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

总安装

753

周安装

32

GitHub Stars

54

下载量

264
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

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

简介

同步融合毛伊岛日期时间范围滑块组件,以滑动方式选择时间区间。

  • 适用于 Codex、Claude、Cursor、Gemini CLI 中的交互式时间轴控件构建。
  • 从指定 GitHub 源安装,遵循统一技能管理机制。
  • 需确认其是否具备实时预览或动态更新能力。
  • syncfusion-maui-date-time-range-slider 属于前端设计类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Implementing.NET MAUI Date Time Range Slider

This skill provides comprehensive guidance for implementing the Syncfusion.NET MAUI DateTime Range Slider (SfDateTimeRangeSlider) control, a highly interactive UI component that enables users to select a range of DateTime values with dual thumbs.

When to Use This Skill

Use this skill when the user needs to:

  • Implement a range slider for selecting DateTime ranges in.NET MAUI apps
  • Create date range pickers with visual track, thumbs, and labels
  • Build time range selectors with hour/minute/second granularity
  • Add dual-thumb sliders for min-max date/time selection
  • Implement interactive calendars with range selection via slider
  • Customize track, thumb, tick, label, divider, or tooltip appearance
  • Configure discrete stepping through DateTime values
  • Handle value change events or implement MVVM commands
  • Apply the modern Liquid Glass Effect on iOS 26+/macOS 26+ platforms
  • Support horizontal and vertical orientations with RTL
  • Style active/inactive regions separately for selected ranges

This skill covers the complete API surface including installation, configuration, styling, events, commands, and advanced features like deferred updates and interval selection.

Component Overview

Control: SfDateTimeRangeSlider (Syncfusion.NET MAUI Range Slider) Namespace: Syncfusion.Maui.Sliders Package: Syncfusion.Maui.Sliders (NuGet) Platform Support:.NET MAUI (iOS, Android, macOS, Windows)

Key Features

  • DateTime Support - Select DateTime ranges with built-in date/time formatting
  • Dual Thumbs - Start and end thumbs for range selection
  • Flexible Intervals - Years, Months, Days, Hours, Minutes, Seconds
  • Labels & Ticks - Customizable labels, major/minor ticks, and dividers
  • Tooltips - Interactive tooltips showing selected values
  • Orientation - Horizontal and vertical layouts with inverse support
  • Discrete Mode - Step through values at specific intervals
  • Drag Behaviors - OnThumb, BetweenThumbs, or Both modes
  • Rich Styling - Separate active/inactive styling for all elements
  • Events & Commands - Complete lifecycle events with MVVM support
  • Liquid Glass Effect - Modern translucent design (iOS 26+/macOS 26+/.NET 10+)
  • Visual State Manager - Enabled/Disabled state customization

Documentation and Navigation Guide

Getting Started

📄 Read: references/getting-started.md

When you need:

  • Installation and package setup
  • Handler registration (ConfigureSyncfusionCore)
  • Basic DateTime Range Slider implementation
  • Minimal working example
  • Quick start code (XAML and C#)
  • Initial configuration troubleshooting

Track and Range Configuration

📄 Read: references/track-and-range.md

When you need:

  • Set Minimum and Maximum DateTime values
  • Configure RangeStart and RangeEnd (selected range)
  • Change orientation (Horizontal/Vertical)
  • Inverse slider direction
  • Customize track colors (ActiveFill/InactiveFill)
  • Adjust track height/size
  • Extend track at edges (TrackExtent)
  • Style disabled states with Visual State Manager

Labels, Intervals, and Formatting

📄 Read: references/interval-and-labels.md

When you need:

  • Configure interval values and types (Years, Months, Days, etc.)
  • Enable auto-interval calculation
  • Format DateTime labels (DateFormat strings)
  • Show/hide labels
  • Position labels (OnTicks vs BetweenTicks)
  • Place edge labels (Default vs Inside)
  • Style active/inactive labels separately
  • Customize label colors, fonts, and sizes
  • Adjust label offset from ticks
  • Create custom label text via LabelCreated event

Ticks and Dividers

📄 Read: references/ticks-and-dividers.md

When you need:

  • Show/hide major and minor ticks
  • Configure ticks per interval
  • Customize tick colors (active/inactive)
  • Adjust tick sizes
  • Set tick offset from track
  • Enable dividers on the track
  • Style divider radius, colors, and strokes
  • Apply Visual State Manager for disabled states

Tooltips and Thumbs

📄 Read: references/tooltip-and-thumb.md

When you need:

  • Enable and configure tooltips
  • Show tooltips always (without interaction)
  • Style tooltip appearance (fill, stroke, text)
  • Format tooltip DateTime values
  • Customize tooltip text via TooltipLabelCreated event
  • Configure thumb size, colors, and stroke
  • Style thumb overlap behavior
  • Customize thumb overlay (interaction halo)
  • Apply disabled states

Selection and Interaction

📄 Read: references/selection-and-interaction.md

When you need:

  • Enable discrete selection (StepDuration)
  • Configure interval selection mode
  • Set drag behavior (OnThumb, BetweenThumbs, Both)
  • Enable deferred updates for performance
  • Adjust deferred update delay
  • Handle touch and gesture interactions
  • Understand different selection patterns

Events and Commands

📄 Read: references/events-and-commands.md

When you need:

  • Handle value change lifecycle events
  • Listen to ValueChangeStart, ValueChanging, ValueChanged, ValueChangeEnd
  • Access event arguments (OldStart, OldEnd, NewStart, NewEnd)
  • Cancel value changes
  • Customize labels via LabelCreated event
  • Customize tooltips via TooltipLabelCreated event
  • Implement MVVM with DragStartedCommand/DragCompletedCommand
  • Use command parameters
  • Enable Liquid Glass Effect (platform-specific)

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

36.46%
按下载量换算96

Claude

29.68%
按下载量换算78

Cursor

17.12%
按下载量换算45

Gemini CLI

9.59%
按下载量换算25

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

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

来源信息

继续浏览同类 Skills