skills/smithery.ai/docs-sandpack

docs-sandpack

Installation
SKILL.md

Sandpack Patterns

Quick Start Template

Most examples are single-file. Copy this and modify:

<Sandpack>

` ` `js
import { useState } from 'react';

export default function Example() {
  const [value, setValue] = useState(0);
Installs
1
First Seen
Mar 29, 2026
docs-sandpack from smithery.ai