Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问许可证需确认审计通过

syncfusion-maui-text-input-layoutSynfusion 毛伊岛文本输入布局

Agent Skill

用于辅助界面设计、视觉规范、排版、配色、布局和交互体验优化。它适合让 Agent 根据产品场景整理页面结构、生成 UI 方案、检查视觉一致性或改进组件层级。使用时需要结合现有品牌、设计系统和用户任务,不应只堆装饰元素;涉及真实页面改动时,应通过截图或浏览器预览检查文本溢出、对齐和响应式表现。

总安装

751

周安装

31

GitHub Stars

54

下载量

246
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/syncfusion/maui-ui-components-skills --skill syncfusion-maui-text-input-layout

简介

用于辅助界面设计、视觉规范、排版、配色、布局和交互体验优化。

  • 适合让 Agent 根据产品场景整理页面结构、生成 UI 方案或改进组件层级。
  • 使用时需结合现有品牌、设计系统和用户任务,避免堆砌装饰元素。
  • 涉及真实页面改动时,应通过截图或浏览器预览检查文本溢出和对齐表现。
  • syncfusion-maui-text-input-layout 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Implementing.NET MAUI Text Input Layout

A comprehensive skill for implementing and customizing the Syncfusion.NET MAUI Text Input Layout control. This control adds decorative elements like floating labels, icons, and assistive labels on top of input views.

When to Use This Skill

Use this skill when users need to:

  • Add floating hint labels to input fields
  • Display helper text, error messages, or character counters
  • Implement container types (Filled, Outlined, None) for input fields
  • Add leading or trailing icons to input views
  • Toggle password visibility in Entry controls
  • Apply visual states (Normal, Focused, Error) to inputs
  • Customize label styles, colors, and fonts
  • Support multiple input views (Entry, Editor, Autocomplete, ComboBox, Picker)
  • Implement form validation with error states
  • Add assistive labels for accessibility
  • Create Material Design-style input fields

Component Overview

SfTextInputLayout wraps input controls and provides:

  • Floating Labels — Hint that animates to top on focus
  • Container Types — Filled (background), Outlined (border), None
  • Assistive Labels — Helper text, error messages, character counter
  • Custom Icons — Leading/trailing views with positioning
  • Visual States — Normal, Focused, Error, Disabled
  • Password Toggle — Show/hide password characters
  • RTL Support — Right-to-left text flow
  • Multiple Input Views — Entry, Editor, Autocomplete, ComboBox, Picker, DatePicker, TimePicker, Masked Entry, Numeric Entry

Key Features:

  • Material Design-style input decoration
  • Floating hint label animation
  • Helper and error text display
  • Character counting with max length
  • Leading/trailing icon positioning (Inside/Outside)
  • Password visibility toggling
  • Visual State Manager integration
  • Customizable fonts, colors, and strokes
  • Reserved space for assistive labels

Documentation and Navigation Guide

Getting Started

📄 Read: references/getting-started.md

  • NuGet package installation (Syncfusion.Maui.Core)
  • Handler registration (ConfigureSyncfusionCore)
  • Namespace setup (XAML and C#)
  • Basic implementation with Entry
  • Adding hint labels
  • Password visibility toggle basics
  • First working example

Container Types and Styling

📄 Read: references/container-types.md

  • ContainerType property (Filled, Outlined, None)
  • Filled container with background
  • Outlined container with border
  • ContainerBackground customization
  • OutlineCornerRadius for rounded corners
  • InputViewPadding for spacing
  • Visual examples per type

Hints and Assistive Labels

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

  • Hint/floating label (Hint, ShowHint)
  • Fixed hint position (IsHintAlwaysFloated)
  • Helper text (HelperText, ShowHelperText)
  • Error text (ErrorText, HasError)
  • Character counter (CharMaxLength, ShowCharCount)
  • Reserved space (ReserveSpaceForAssistiveLabels)
  • Label styling (HintLabelStyle, HelperLabelStyle, ErrorLabelStyle)
  • Font customization (FontFamily, FontSize, FontAttributes)

Custom Icons and Views

📄 Read: references/custom-icons.md

  • Leading view (LeadingView, LeadingViewPosition)
  • Trailing view (TrailingView, TrailingViewPosition)
  • Inside vs Outside positioning
  • Font icons and unicode
  • Custom view integration
  • Event handling for icon actions
  • Common icon patterns (calendar, search, clear)

States, Colors, and Theming

📄 Read: references/states-and-colors.md

  • Visual states (Normal, Focused, Error, Disabled)
  • Stroke property for borders
  • CurrentActiveColor property
  • Visual State Manager integration
  • Stroke thickness (FocusedStrokeThickness, UnfocusedStrokeThickness)
  • Container background colors
  • Label text colors
  • Theme integration

Advanced Features and Events

📄 Read: references/advanced-features.md

  • Password visibility toggle (EnablePasswordVisibilityToggle)
  • PasswordVisibilityToggled event
  • Right-to-left support (FlowDirection)
  • Supported input views (Entry, Editor, Autocomplete, ComboBox, etc.)
  • Platform-specific limitations
  • How-to scenarios
  • Troubleshooting

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

36.41%
按下载量换算90

Claude

30.58%
按下载量换算75

Cursor

19.54%
按下载量换算48

Gemini CLI

9.78%
按下载量换算24

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

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

安装前确认

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

来源信息

继续浏览同类 Skills