Skip to main content

lynx-ui

Use when building with lynx-ui: select components, verify public APIs, adapt examples, configure Luna themes, choose motion packages, compose screens, or troubleshoot lynx-ui usage.

跳到安装

来源信息

仓库
lynx-community/skills
最近来源活动
2026年6月15日 06:18
检测到的 SKILL.md 语言
英语
星标
25
分支
11

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。

文件资源管理器
59 个文件

正在显示 SKILL.md

SKILL.md
来源说明 · 只读预览
name
lynx-ui
description
Use when building with lynx-ui: select components, verify public APIs, adapt examples, configure Luna themes, choose motion packages, compose screens, or troubleshoot lynx-ui usage.
# lynx-ui Use the smallest relevant reference set. ## Workflow 1. Route the task: - Component selection: `references/component-overview.md` - Setup or troubleshooting boundaries: `references/foundation.md` - Luna themes and tokens: `references/theming-and-tokens.md` - Animation choice: `references/motion.md` - Common component combinations: `references/component-composition.md` 2. After selecting a component, inspect: - `references/components/<component>/guide.md` when available - `references/components/<component>/api.md` for exact public props, methods, and exports - `references/components/<component>/examples.md` for implementation patterns 3. Load additional component references only for components used by the task. ## Rules - Import from `@lynx-js/lynx-ui` unless the API reference requires a package-specific import. - Preserve documented component composition and state handling. - Verify props, methods, and exports in `api.md`. - Treat examples as usage patterns; verify their APIs in `api.md`. - Report missing coverage instead of guessing.
在 GitHub 查看