React Spotlight Tour
Tiny ref-based React tour overlay, unmaintained since 2021
Tier C · WeakComponent LibraryPrimitivereverecre.github.io

A small React tutorial library from Revere CRE: you attach the ref returned by useSpotlight('some text') to any element, wrap the tree in <SpotlightTour>, and it dims the page and spotlights each element in turn. It needs no CSS import and the Spotlight renderer can be lazy-loaded, so the added bundle weight is small. The docs site is a real Docusaurus build with usage examples and a live demo, but the package has not been published since v1.1.0 in June 2021 and the repo sits at 19 stars.
npm install react-spotlight-tourFor an agent
Do not reach for this by default — the last npm publish was v1.1.0 in June 2021, it has 19 stars, and it makes no accessibility claims, so use React Joyride for any product tour that ships. It is worth reading only when you need the opposite tradeoff: a ~zero-config, no-CSS, ref-per-element API where the tour order comes from render order rather than a steps array. If you do adopt it, pin the version, verify it against your React 19 tree yourself, and expect to add focus management by hand.
Why it is here. A neat demonstration of the self-configuring, ref-driven tour API, but it has been dormant for years and should be read as a design reference rather than a dependency.
Facts
- License
- MIT
- Pricing
- Free, Open source
- Framework
- React
- Styling
- Inline styles
- Distribution
- npm package, GitHub repository
- Platform
- Web
- Content type
- Code
- Agent readiness
- Readable open source, Structured documentation
- Accessibility
- Unknown
- Maturity
- Stable
- GitHub stars
- 19
- Package
- react-spotlight-tour
Components it ships
3 totalHelps you build
2Notable for
- self-configuring ref-based API
- no CSS import required
- lazy-loadable Spotlight
- last published June 2021
Provenance
Verified 2026-08-15. HTTP 200. https://reverecre.github.io/react-spotlight-tour/, https://github.com/reverecre/react-spotlight-tour, npm registry API for react-spotlight-tour (latest 1.1.0, published 2021-06-09, MIT), GitHub API (19 stars, pushed 2026-02-13, not archived). npmjs.com page itself returned 403 to WebFetch, so version data came from registry.npmjs.org.
Also in Component Libraries
6- Ark UI · 49 headless components with one API across React, Vue, Solid and Svelte
- Astryx · Meta's open-source React + StyleX design system, 150+ components and 42 templates
- Chakra UI · 114 accessible React components with a token-driven styling system
- Coss UI · Cal.com's design system: 60 Base UI primitives shipped as a shadcn registry
- daisyUI · 68 pure-CSS Tailwind components as semantic class names, MIT, with 35 built-in themes
- GPUI Component · 60+ Rust desktop UI components for GPUI, with a 200K-line code editor and charts