Carousel Component
Medium
Create a Carousel component for switching between slides. Requirements: ✓ Minimum 5 slides with images/content ✓ "Previous" and "Next" buttons for navigation ✓ Automatic looping (after last - first) ✓ Slide indicators (dots) at the bottom ✓ Ability to jump to any slide via indicators ✓ Smooth transition animation ✓ Display current slide number Acceptance Criteria: ✓ Buttons correctly switch slides ✓ Carousel loops (no dead ends) ✓ Indicators show active slide ✓ Click on indicator switches slide ✓ Animation works smoothly