use-component-explorer
Installation
SKILL.md
Skill: Use Component Explorer
Writing Fixtures
Fixture files end in .fixture.ts or .fixture.tsx and are auto-discovered by the Vite plugin.
Core Pattern
Every fixture has a render function that receives a container DOM element and a RenderContext:
import { defineFixture } from '@vscode/component-explorer';