kenwheeler/slick

the last carousel you'll ever need

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 30 minutes ago
Added to GitGenius on September 1st, 2026
Created on March 24th, 2014
Open Issues & Pull Requests: 1,317 (+0)
GitHub issues: Enabled
Number of forks: 5,738
Total Stargazers: 28,544 (+0)
Total Subscribers: 532 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 12.8 days
Mean response time: 380.6 days
90th percentile: 1573.8 days
Tracked items: 133

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 2% of issues opened in the past year have been closed. Three people close 81% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 42
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 1,883 days
Stale 30+ days: 40
Stale 90+ days: 39

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • Bug: Confirmed (5)
  • Bug: Investigating (3)
  • Feature Request (3)
  • Invalid: Needs Fiddle (3)
  • In Progress (2)
  • Invalid: Duplicate (2)
  • Question / Support (2)
  • Author Pending Response (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Slick is a carousel library that provides a jQuery-based solution for creating responsive image and content sliders on web pages.

The tool solves the problem of building carousels by offering a pre-built component that handles the common requirements of image rotation, navigation, and responsive behavior. It works by attaching to DOM elements via jQuery initialization, allowing developers to configure carousel behavior through settings passed at instantiation or via data attributes on HTML elements.

Slick suits projects that need straightforward carousel functionality without building from scratch. It is particularly useful for teams already using jQuery in their stack. The tool is available through multiple distribution channels including CDN links and package managers, making it accessible for different project setups. Version 2.0 maintains compatibility with jQuery 4, while earlier versions support jQuery 3.0 and lower, allowing flexibility across different jQuery versions.

The project maintains an active codebase with a defined contribution process documented in its contributing guidelines. Development activity shows ongoing maintenance to keep the tool compatible with current jQuery versions, as evidenced by the Version 2.0 release targeting jQuery 4 compatibility.