Install
$ agentstack add skill-jiaiyan-element-plus-skills-el-descriptions ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
Descriptions Component
Descriptions component displays multiple fields in list form, suitable for detail pages and information displays.
When to Use
- Product detail pages
- User profile displays
- Information summaries
- Specification lists
Basic Usage
kooriookami
18100000000
Suzhou
School
Sizes
kooriookami
kooriookami
kooriookami
Vertical List
kooriookami
18100000000
Suzhou
With Border
kooriookami
18100000000
Rowspan
kooriookami
18100000000
Suzhou
No.1188, Wuzhong Avenue
API Reference
Descriptions Attributes
| Name | Description | Type | Default | |------|-------------|------|---------| | border | With or without border | boolean | false | | column | Number of items in one line | number | 3 | | direction | Direction of list | 'vertical' \| 'horizontal' | 'horizontal' | | size | Size of list | '' \| 'large' \| 'default' \| 'small' | — | | title | Title text | string | '' | | extra | Extra text on top right | string | '' | | label-width | Label width of every column | string \| number | — |
Descriptions Slots
| Name | Description | Subtags | |------|-------------|---------| | default | Customize default content | Descriptions Item | | title | Custom title | — | | extra | Custom extra area | — |
DescriptionsItem Attributes
| Name | Description | Type | Default | |------|-------------|------|---------| | label | Label text | string | '' | | span | Colspan of column | number | 1 | | rowspan | Number of rows to span | number | 1 | | width | Column width | string \| number | '' | | min-width | Column minimum width | string \| number | '' | | label-width | Column label width | string \| number | — | | align | Column content alignment | 'left' \| 'center' \| 'right' | 'left' | | label-align | Column label alignment | 'left' \| 'center' \| 'right' | — | | class-name | Column content class | string | '' | | label-class-name | Column label class | string | '' |
Best Practices
- Use
borderfor better visual separation - Use
direction="vertical"for compact displays - Use
spanandrowspanfor complex layouts
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: jiaiyan
- Source: jiaiyan/element-plus-skills
- License: MIT
- Homepage: https://skills.sh/jiaiyan/element-plus-skills/element-plus-skills
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.