Components
E2E fixture for multiple demos and component/demo support dependencies.
Loading preview...
import MultiDemoCard from "@/components/ui/multi-demo-support-e2e-20260604-001"
import { playgroundCaption } from "../components/ui/multi-demo-support-e2e-20260604-001-utils/playground-caption"
import "../components/ui/multi-demo-support-e2e-20260604-001-utils/playground-demo.css"
export default function PlaygroundDemo() {
return (
<main className="playground-demo">
<MultiDemoCard label="playground" count={5} />
<p>{playgroundCaption("alpha")}</p>
</main>
)
}
Loading preview...