Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

ea-ui-component

يحتوي ea-ui-component على 18 من skills المجمعة من LuminaQAQ، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
18
Stars
2
محدث
2026-06-05
Forks
0
التغطية المهنية
2 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

attribute
مطوّرو البرمجيات

@attribute decorator for defining HTML attribute-mapped properties. Invoke when creating or updating component attributes that map to HTML attributes.

2026-06-05
property
مطوّرو البرمجيات

@property decorator for defining pure JavaScript properties that do NOT map to HTML attributes. Invoke when creating internal component state properties.

2026-06-05
bem-mixin
مطوّرو البرمجيات

BEM SCSS mixins for component styling. Invoke when writing or updating component SCSS styles using block/element/modifier/state mixins.

2026-06-01
css
مطوّرو البرمجيات

Component CSS styling standards including variables, host styles, states, and responsive patterns. Invoke when creating or updating component SCSS files.

2026-06-01
custom-element
مطوّرو البرمجيات

@CustomElement decorator for registering Web Components. Invoke when creating new components or modifying component registration options.

2026-06-01
doc
مطوّرو البرمجيات

Component documentation generation. Invoke when writing or updating component documentation including API tables, examples, and usage guides.

2026-06-01
event
مطوّرو البرمجيات

Event system for Web Components including emit() and custom event classes. Invoke when creating or updating component events.

2026-05-31
js
مطوّرو البرمجيات

在对 web components 组件相关的 TypeScript 按照要求来进行更新时

2026-05-31
listen
مطوّرو البرمجيات

@listen decorator for event binding with automatic cleanup. Invoke when adding event listeners to components, including event delegation and special targets.

2026-05-31
children
مطوّرو البرمجيات

@children decorator for querying Light DOM children. Invoke when needing to access light DOM child elements in components.

2026-05-28
form-base
مطوّرو البرمجيات

EaFormAssociatedBase for form-associated components. Invoke when creating form components like input, select, checkbox that need form integration.

2026-05-27
query
مطوّرو البرمجيات

@query and @queryAll decorators for DOM element queries in Shadow DOM. Invoke when needing to access shadow DOM elements in components.

2026-05-27
variant
مطوّرو البرمجيات

Variant type system for component visual variants. Invoke when defining component variant/type attributes using VARIANT_TYPES constant and Enum utility.

2026-05-27
bem
مطوّرو البرمجيات

BEM class name generation using createBEM() in TypeScript. Invoke when creating or updating component CSS class names in TS code.

2026-05-27
html-safe
مطوّرو البرمجيات

HTML safety processing using html() function with DOMPurify. Invoke when inserting HTML content into components or debugging DOMPurify-related issues.

2026-05-27
lifecycle
مطوّرو البرمجيات

Component lifecycle methods including $mount, $mounted, $beforeUnmount, $unmounted, $updated. Invoke when implementing component lifecycle hooks.

2026-05-27
test
محللو ضمان جودة البرمجيات والمختبرون

Component testing patterns with Vitest. Invoke when writing or updating component test files, debugging test failures, or working with waitForRender utility.

2026-05-27
type-declaration
مطوّرو البرمجيات

Type declaration files (types.d.ts) for HTML/Vue/React type support. Invoke when creating or updating component type declarations.

2026-05-27