AgentStack
SKILL verified MIT Self-run

El Card

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

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

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

Install

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

✓ 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 Card? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Card Component

Card component integrates information in a card container with optional header and footer.

When to Use

  • Dashboard cards
  • Content sections
  • Product displays
  • Information grouping

Basic Usage


  
    
      
        Card name
        Operation button
      
    
    Card content
  

Simple Card


  
    Card content without header
  

With Images


  
    
    
      Yummy hamburger
      
        {{ currentDate }}
        Operating
      
    
  

Shadow


  Always show shadow
  Show shadow on hover
  Never show shadow

API Reference

Attributes

| Name | Description | Type | Default | |------|-------------|------|---------| | header | Title of the card | string | — | | footer | Footer of the card | string | — | | body-style | CSS style of card body | CSSProperties | — | | header-class | Custom class of card header | string | — | | body-class | Custom class of card body | string | — | | footer-class | Custom class of card footer | string | — | | shadow | When to show card shadows | 'always' \| 'never' \| 'hover' | 'always' |

Slots

| Name | Description | |------|-------------| | default | Customize default content | | header | Content of the Card header | | footer | Content of the Card footer |

Common Patterns

Dashboard Card


  
    
      
        {{ title }}
        View All
      
    
    
      
    
  

defineProps({
  title: String,
  value: Number
})

Best Practices

  1. Use shadow="hover" for interactive cards
  2. Set body-style for custom padding
  3. Use header and footer slots for structured content

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.