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에서 보기