Skip to main content
Manusで任意のスキルを実行
ワンクリックで
GitHub リポジトリ

element-plus-skills

element-plus-skills には jiaiyan から収集した 89 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。

収集済み skills
89
Stars
19
更新
2026-03-13
Forks
2
職業カバレッジ
5 件の職業カテゴリ · 100% 分類済み
リポジトリエクスプローラー

このリポジトリの skills

element-plus-skills
ソフトウェア開発者

Element Plus Skills Library - A comprehensive skill library for AI agents to understand and utilize Element Plus UI components. Invoke when user needs to work with Element Plus components, theming, i18n, dark mode, or design specifications.

2026-03-13
el-affix
ウェブ開発者

Affix component for fixing elements to a specific visible area. Invoke when user needs to create sticky navigation, fixed headers, or elements that remain visible while scrolling.

2026-03-13
el-alert
ウェブ開発者

Alert component for displaying important alert messages. Invoke when user needs to show non-dismissible notifications, status messages, or important information that requires user attention.

2026-03-13
el-anchor
ウェブ開発者

Anchor component for anchor navigation. Invoke when user needs to create page anchor navigation, table of contents, or quick navigation to specific sections.

2026-03-13
el-autocomplete
ウェブ開発者

Autocomplete component for input suggestions. Invoke when user needs to provide input suggestions, autocomplete functionality, or search-as-you-type features.

2026-03-13
el-avatar
ウェブ開発者

Avatar component for representing people or objects with images, icons, or characters. Invoke when user needs to display user avatars, profile pictures, or entity representations.

2026-03-13
el-backtop
ウェブ開発者

Backtop component for back-to-top button. Invoke when user needs to provide quick navigation back to the top of a long page.

2026-03-13
el-badge
ウェブ開発者

Badge component for displaying numbers or status marks on buttons and icons. Invoke when user needs to show notification counts, status indicators, or attention markers.

2026-03-13
el-breadcrumb
ウェブ開発者

Breadcrumb component for displaying the location of the current page. Invoke when user needs to show navigation paths, page hierarchy, or enable easier browsing back.

2026-03-13
el-button
ウェブ開発者

Button component with various types, sizes, and styles. Invoke when user needs to implement buttons, button groups, or customize button appearance.

2026-03-13
el-calendar
ウェブ開発者

Calendar component for displaying dates. Invoke when user needs to display a calendar view, select dates, or show scheduled events.

2026-03-13
el-card
ウェブ開発者

Card component for integrating information in a card container. Invoke when user needs to display grouped content, dashboard cards, or content sections with headers.

2026-03-13
el-carousel
ウェブ開発者

Carousel component for looping images or texts in limited space. Invoke when user needs to display image sliders, content carousels, or rotating banners.

2026-03-13
el-cascader
ソフトウェア開発者

Cascader component for hierarchical option selection. Invoke when user needs to select from multi-level data like regions, categories, or organizational structures.

2026-03-13
el-checkbox
ウェブ開発者

Checkbox component for multiple choice selection. Invoke when user needs to allow users to select multiple options from a list, create check-all functionality, or toggle between states.

2026-03-13
el-collapse
ウェブ開発者

Collapse component for storing expandable content. Invoke when user needs to create accordion panels, FAQ sections, or collapsible content areas.

2026-03-13
el-color-picker-panel
ウェブ開発者

ColorPickerPanel is the core panel component of ColorPicker for custom color selection UI. Invoke when user needs to build custom color picker interfaces without the dropdown wrapper.

2026-03-13
el-color-picker
ウェブ開発者

ColorPicker component for color selection. Invoke when user needs to select colors, set theme colors, or customize color values.

2026-03-13
el-config-provider
ウェブ開発者

ConfigProvider component for global configuration. Invoke when user needs to configure global settings, i18n, theme, or component defaults.

2026-03-13
el-container
ウェブ開発者

Container components for scaffolding basic page structure with header, aside, main, and footer sections. Invoke when user needs to create page layouts.

2026-03-13
el-date-picker-panel
ウェブ開発者

DatePickerPanel is the core panel component of DatePicker for custom date selection UI. Invoke when user needs to build custom date picker interfaces without the dropdown wrapper.

2026-03-13
el-date-picker
ウェブ開発者

DatePicker component for date input. Invoke when user needs to select dates, date ranges, months, years, or datetime values.

2026-03-13
el-datetime-picker
ウェブ開発者

DateTimePicker component for selecting date and time together. Invoke when user needs to select both date and time in a single picker.

2026-03-13
el-descriptions
ウェブ開発者

Descriptions component for displaying multiple fields in list form. Invoke when user needs to display detailed information, product specifications, or profile data.

2026-03-13
el-dialog
ソフトウェア開発者

Dialog modal component for displaying content in a layer above the page. Invoke when user needs modal dialogs, confirmations, or form popups.

2026-03-13
el-divider
ウェブ開発者

Divider component for separating content. Invoke when user needs to create visual separation between content sections, add horizontal or vertical dividers.

2026-03-13
el-drawer
ソフトウェア開発者

Drawer component for displaying content in a slide-out panel. Invoke when user needs to create side panels, slide-out menus, or form drawers.

2026-03-13
el-dropdown
ウェブ開発者

Dropdown component for toggleable menus displaying lists of links and actions. Invoke when user needs to create dropdown menus, action menus, or context menus.

2026-03-13
el-empty
ソフトウェア開発者

Empty component for placeholder hints in empty states. Invoke when user needs to display empty data states, no results found, or placeholder content.

2026-03-13
el-form
ソフトウェア開発者ウェブ開発者

Form component for data collection, validation, and submission. Invoke when user needs to create forms, implement validation, or handle form data.

2026-03-13
el-icon
ウェブ開発者

Icon component for displaying SVG icons. Invoke when user needs to display icons, customize icon sizes and colors, or use Element Plus icon collection.

2026-03-13
el-image
ウェブ開発者

Image component with lazy load, placeholder, and preview features. Invoke when user needs to display images with loading states, error handling, or preview functionality.

2026-03-13
el-infinite-scroll
ウェブ開発者

InfiniteScroll directive for loading more data when scrolling to bottom. Invoke when user needs to implement infinite scrolling, lazy loading, or pagination on scroll.

2026-03-13
el-input-number
ウェブ開発者

InputNumber component for numeric input with controls. Invoke when user needs to input numbers with increment/decrement buttons, set numeric ranges, or enforce numeric input.

2026-03-13
el-input
ウェブ開発者

Input component for text entry with multiple types, validation, and formatting. Invoke when user needs to implement text input, textarea, or password input.

2026-03-13
el-input-tag
ウェブ開発者

InputTag component for adding content as tags. Invoke when user needs to create tag inputs, multi-value inputs, or keyword/tag entry fields.

2026-03-13
el-link
ウェブ開発者

Link component for text hyperlinks. Invoke when user needs to create text links, navigation links, or styled anchor elements.

2026-03-13
el-loading
ウェブ開発者

Loading component for showing animation while loading data. Invoke when user needs to display loading states, async operation feedback, or data fetching indicators.

2026-03-13
el-mention
ソフトウェア開発者

Mention component for mentioning users or items in input. Invoke when user needs to implement @mentions, user tagging, or item references in text inputs.

2026-03-13
el-menu
ウェブ開発者

Menu component for website navigation with horizontal and vertical modes. Invoke when user needs to create navigation menus, sidebars, or dropdown menus.

2026-03-13
このリポジトリの収集済み skills 89 件中、上位 40 件を表示しています。