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

syncfusion-maui-step-progressbar同步融合毛伊步骤进度条

Agent Skill

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

总安装

729

周安装

31

GitHub Stars

54

下载量

255
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

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

简介

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

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

SKILL.md

Implementing Syncfusion.NET MAUI StepProgressBar

A comprehensive guide for implementing and customizing the Syncfusion.NET MAUI StepProgressBar (SfStepProgressBar) control. This skill covers step progress visualization, multi-step process tracking, progress indication through sequential steps, customizing step appearance and content, handling step states (completed/in-progress/not-started), orientation options, tooltips, events, accessibility, RTL support, and the liquid glass effect.

When to Use This Skill

Use this skill when the user needs to:

  • Implement a step-by-step progress indicator in.NET MAUI applications
  • Display multi-step process visualization (order tracking, user registration, checkout flows)
  • Show progress through sequential stages with visual feedback
  • Customize step appearance (shapes, colors, content types, animations)
  • Handle step states: completed, in-progress, or not-started
  • Configure horizontal or vertical orientation for step display
  • Add interactive tooltips to steps for additional context
  • Implement step tapped events and status change handling
  • Support right-to-left (RTL) layouts for internationalization
  • Apply modern liquid glass effects to step progress bars
  • Create accessible step progress experiences

Component Overview

The Syncfusion.NET MAUI StepProgressBar (SfStepProgressBar) is a visual control that displays progress through multiple steps in a sequential process. It provides:

  • Multi-step visualization: Display 3-10+ steps with clear progression
  • Three progress states: Completed, In Progress, and Not Started
  • Flexible orientation: Horizontal or vertical layouts
  • Rich customization: Shapes (Circle/Square), content types (Tick/Cross/Dot/Numbering/Images), colors, sizes
  • Text descriptions: Primary and secondary text with formatted text support
  • Interactive features: Tooltips, tapped events, status change events
  • Accessibility: Screen reader support and inclusive design
  • Advanced effects: Liquid glass effect for modern UI aesthetics
  • RTL support: Right-to-left rendering for internationalization

Common use cases include order tracking systems, multi-page registration forms, checkout flows, onboarding tutorials, survey progress, and installation wizards.

Documentation and Navigation Guide

Getting Started

📄 Read: references/getting-started.md

When to read: User is setting up StepProgressBar for the first time, needs installation steps, or wants a basic working example.

Topics covered:

  • Installing Syncfusion.Maui.ProgressBar NuGet package
  • Registering the handler with ConfigureSyncfusionCore()
  • Adding SfStepProgressBar to XAML or C#
  • Populating items with ItemsSource and ObservableCollection
  • Setting ActiveStepIndex and ActiveStepProgressValue
  • Creating a ViewModel with StepProgressBarItem collection
  • Basic horizontal progress bar example

Descriptions and Labels

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

When to read: User needs to add text labels, customize label positioning, add images to steps, or use formatted text.

Topics covered:

  • PrimaryText and SecondaryText properties
  • PrimaryFormattedText and SecondaryFormattedText for rich text
  • LabelSpacing to control space between step and text
  • LabelPosition options (Start, End, Top, Bottom)
  • ImageSource for adding images to step content
  • Font icons with FontImageSource
  • Position-specific label behaviors in horizontal/vertical modes

Orientation

📄 Read: references/orientation.md

When to read: User wants to change from horizontal to vertical layout or needs guidance on orientation options.

Topics covered:

  • Horizontal orientation (default)
  • Vertical orientation
  • Setting the Orientation property
  • Visual differences between orientations
  • When to use each orientation

Customization

📄 Read: references/customization.md

When to read: User needs to customize step shapes, colors, content types, animations, templates, or per-step styling.

Topics covered:

  • Step shape types (Circle, Square) with ShapeType property
  • Content types (Numbering, Tick, Cross, Dot) with ContentType property
  • Animation duration with ProgressAnimationDuration
  • Progress bar background color customization
  • Custom progress track size per step with ProgressTrackSize
  • StepSettings for completed, in-progress, and not-started states
  • Background, ContentFillColor, ProgressColor, Stroke properties
  • TextStyle customization (color, font, attributes)
  • StepTemplate with DataTemplate for custom step visuals
  • DataTemplateSelector for conditional step templates
  • PrimaryTextTemplate and SecondaryTextTemplate for custom labels
  • Complete customization examples

Events

📄 Read: references/events.md

When to read: User needs to handle step tapped interactions or respond to step status changes.

Topics covered:

  • StepTapped event for handling step tap interactions
  • StepTappedEventArgs properties
  • StepStatusChanged event for tracking status changes
  • StepStatusChangedEventArgs properties
  • Event handler implementation examples

Tooltips

📄 Read: references/tooltips.md

When to read: User wants to add tooltips to steps, customize tooltip appearance, or use custom tooltip templates.

Topics covered:

  • Enabling tooltips with ShowToolTip property
  • Setting ToolTipText on StepProgressBarItem
  • ToolTipSettings for appearance customization
  • Background, Stroke, Duration, and TextStyle properties
  • ToolTipTemplate with DataTemplate for custom tooltip designs
  • Tooltip visibility duration control
  • Custom tooltip layouts and content

Accessibility

📄 Read: references/accessibility.md

When to read: User needs to ensure accessibility compliance or understand screen reader support.

Topics covered:

  • Accessibility features overview
  • Screen reader announcement format
  • Step number, text, and status announcements
  • Inclusive design considerations

Right-to-Left Support

📄 Read: references/right-to-left.md

When to read: User needs to support RTL languages (Arabic, Hebrew, etc.) or mirror the layout.

Topics covered:

  • FlowDirection property set to RightToLeft
  • RTL rendering behavior
  • Layout mirroring for internationalization

Liquid Glass Effect

📄 Read: references/liquid-glass-effect.md

When to read: User wants to apply modern liquid glass visual effects (.NET 10+, macOS 26+, iOS 26+).

Topics covered:

  • SfGlassEffectView integration
  • Wrapping StepProgressBar in glass effect view
  • Setting transparent background for glass effect
  • Platform and version requirements
  • Complete implementation with gradient background

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

35.6%
按下载量换算91

Claude

27.71%
按下载量换算71

Cursor

18.3%
按下载量换算47

Gemini CLI

9.05%
按下载量换算23

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

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

安装前确认

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

来源信息

继续浏览同类 Skills