CopyBlock
CopyBlock Component
Playground
Props
| Prop | Type | Default | Value |
|---|---|---|---|
| text | text | — | |
| language | text | — | |
| showLineNumbers | boolean | — | |
| maxHeight | number | — | |
| title | text | — |
Default
WithTitle
WithLineNumbers
| PROP | TYPE | DEFAULT | DESCRIPTION |
|---|---|---|---|
language | text | — | — |
maxHeight | number | — | — |
showLineNumbers | boolean | — | — |
text | text | — | — |
title | text | — | — |
Using CopyBlocktsx
import { CopyBlock } from '@/components/CopyBlock'
<CopyBlock
text="..."
language="..."
showLineNumbers="..."
maxHeight="..."
title="..."
/>Tokens Used
No design tokens detected