Code Window
A paper code sheet with quiet chrome (three muted dots + filename), optional language stamp, line numbers, and soft accent highlights. No dark IDE slabs.
Draw
npx shadcn@latest add @clow/code-windowPlayground
props
<CodeWindow />Examples
basic
Props
| prop | type | default |
|---|---|---|
| filename | text | index.ts |
| language | text | tsx |
| showLineNumbers | boolean | true |