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';
Installs
2
GitHub Stars
29
First Seen
Jul 10, 2026
use-component-explorer — microsoft/vscode-team-kit