AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

El Carousel

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

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

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

Install

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

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

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-jiaiyan-element-plus-skills-el-carousel)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
6mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of El Carousel? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Carousel Component

Carousel component loops a series of images or texts in a limited space with various display modes.

When to Use

  • Image sliders
  • Content carousels
  • Rotating banners
  • Product showcases

Basic Usage


  
    
      {{ item }}
    
  

Motion Blur


  
    
      {{ item }}
    
  

Indicators


  
    
      {{ item }}
    
  

Arrows


  
    
      {{ item }}
    
  

Card Mode


  
    
      {{ item }}
    
  

Vertical


  
    
      {{ item }}
    
  

API Reference

Carousel Attributes

| Name | Description | Type | Default | |------|-------------|------|---------| | height | Height of the carousel | string | '' | | initial-index | Index of initially active slide | number | 0 | | trigger | How indicators are triggered | 'hover' \| 'click' | 'hover' | | autoplay | Whether to auto loop | boolean | true | | interval | Interval of auto loop (ms) | number | 3000 | | indicator-position | Position of indicators | '' \| 'none' \| 'outside' | '' | | arrow | When arrows are shown | 'always' \| 'hover' \| 'never' | 'hover' | | type | Type of carousel | '' \| 'card' | '' | | card-scale | Scale of secondary cards in card mode | number | 0.83 | | loop | Display items in loop | boolean | true | | direction | Display direction | 'horizontal' \| 'vertical' | 'horizontal' | | pause-on-hover | Pause autoplay on hover | boolean | true | | motion-blur | Enable motion blur effect | boolean | false |

Carousel Events

| Name | Description | Type | |------|-------------|------| | change | Triggers when active slide switches | (current: number, prev: number) => void |

Carousel Slots

| Name | Description | Subtags | |------|-------------|---------| | default | Customize default content | Carousel-Item |

Carousel Exposes

| Name | Description | Type | |------|-------------|------| | activeIndex | Active slide index | number | | setActiveItem | Manually switch slide | (index: string \| number) => void | | prev | Switch to previous slide | () => void | | next | Switch to next slide | () => void |

CarouselItem Attributes

| Name | Description | Type | Default | |------|-------------|------|---------| | name | Name of the item | string | '' | | label | Text for corresponding indicator | string \| number | '' |

Best Practices

  1. Use type="card" for product showcases
  2. Set motion-blur for smoother transitions
  3. Use arrow="always" for better accessibility

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.