7 comments (7 comments)0 reactions (0 reactions)0 assignees (0 assignees)JavaScript1,705 stars (1,705 stars)513 forks (513 forks)batch import
featurehelp wanted
Description
This issue does not include a description.
Contributor guide
- Tech stack
- vue
- Domain
- frontend
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 1-2 days
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- unclear
- Prerequisites
- Vue.js basicsunderstanding of carousel component
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 30
- Research direction
- The issue body is empty, so start by reading the 7 comments in the issue for specific requirements or user expectations. Examine the current carousel component (likely in src/Carousel.vue) to understand how images are rendered. Consider implementing lazy loading using Intersection Observer or a scroll based approach. Ensure compatibility with existing props and events. Check if there are any existing PRs or branches addressing this feature.