Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@immersive-scroll/solid

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@immersive-scroll/solid

Solid adapter for immersive scroll video.

latest
Source
npmnpm
Version
0.1.2
Version published
Weekly downloads
9
-43.75%
Maintainers
1
Weekly downloads
 
Created
Source

@immersive-scroll/solid

Solid adapter for immersive scroll scenes. It exposes Solid-friendly components and hooks while reusing the shared contracts and core runtime.

Install

pnpm add @immersive-scroll/solid

Main exports

  • ImmersiveScroll
  • ImmersiveCanvas
  • ImmersiveLayer
  • ImmersiveFloating
  • ImmersiveScrollbar
  • ImmersiveTriggerZone
  • hooks for frame, progress, scroll, config, and triggers

Quick start

import { ImmersiveScroll } from '@immersive-scroll/solid';

export function StoryScene() {
  return (
    <ImmersiveScroll framesPath="/immersive/story">
      <section>Story content</section>
    </ImmersiveScroll>
  );
}

Notes

  • The Solid package mirrors the shared immersive concepts, but the React package remains the most feature-complete adapter in this workspace.
  • Use this adapter when Solid owns the route shell and you want the same manifest and scroll model as the React implementation.

FAQs

Package last updated on 21 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts