Preview Component
Standalone React component for embedding interactive HoloScript 3D scene previews.
Overview
@holoscript/preview-component packages a reusable preview surface for docs, playgrounds, pull requests, and embedded product experiences.
Installation
bash
npm install @holoscript/preview-componentUse When
- You need embeddable 3D previews in a React app.
- You want interactive scene previews in docs or PR tooling.
- You are building browser-based review or showcase experiences.
Key Capabilities
- Reusable preview surface for interactive scenes.
- Good fit for docs, playgrounds, and review tooling.
- Pairs well with browser-side parsing and runtime packages.