AgentStack
SKILL verified MIT Self-run

El Descriptions

skill-jiaiyan-element-plus-skills-el-descriptions · by jiaiyan

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

No reviews yet
0 installs
8 views
0.0% view→install

Install

$ agentstack add skill-jiaiyan-element-plus-skills-el-descriptions

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

Are you the author of El Descriptions? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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

  1. Use border for better visual separation
  2. Use direction="vertical" for compact displays
  3. Use span and rowspan for complex layouts

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.