grsmto/simplebar

Custom scrollbars vanilla javascript library with native scroll, done simple, lightweight, easy to use and cross-browser.

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 33 minutes ago
Added to GitGenius on September 10th, 2026
Created on May 29th, 2013
Open Issues & Pull Requests: 111 (+0)
GitHub issues: Enabled
Number of forks: 527
Total Stargazers: 6,415 (+0)
Total Subscribers: 63 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 9.1 days
Mean response time: 77.9 days
90th percentile: 257.9 days
Tracked items: 28

How this project is maintained

90% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Three people close 94% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 21
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 723 days
Stale 30+ days: 21
Stale 90+ days: 20

Recent activity

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

Top labels

  • question (6)
  • bug (2)
  • enhancement (1)
  • need reproductible example (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

SimpleBar is a vanilla JavaScript library that replaces default browser scrollbars with custom-styled ones while preserving native scroll behavior.

The problem SimpleBar solves is the inconsistency and limited styling options of default scrollbars across browsers. Rather than reimplementing scroll logic, the tool overlays custom scrollbar elements on top of the browser's native scrolling mechanism. This approach means the actual scrolling performance and behavior remain unchanged—only the visual appearance is customized. The library works by detecting scroll events and positioning custom bar elements to match the native scroll state.

SimpleBar suits projects where visual consistency and design control matter more than adding scroll functionality. It works well for web applications that need branded or themed scrollbars without the complexity of building a scroll implementation from scratch. The tool is particularly valuable when cross-browser compatibility is important, as it handles the visual layer while delegating the actual scrolling to each browser's native implementation. Projects with performance constraints benefit from this approach since there is no overhead from custom scroll calculations.

The project maintains a stable codebase with infrequent but deliberate updates. Pull requests are reviewed and merged selectively rather than rapidly, suggesting a focus on code quality over velocity. Issue responses are sparse, indicating the maintainers prioritize stability and completeness over active issue triage. The project appears to have reached a mature state where the core functionality is considered complete, with development activity centered on maintenance and targeted improvements rather than feature expansion.