ZCode
Code component from zurto-ui.
Preview
const x = 42;Import
typescript
import { ZCode } from "zurto-ui";Props
| Prop | Type | Default | Description |
|---|---|---|---|
language | string | - | Code language |
showLineNumbers | boolean | false | Show line numbers |
copyable | boolean | true | Show copy button |
Sizes
tsx
<ZCode size="sm">Small</ZCode>
<ZCode size="md">Medium</ZCode>
<ZCode size="lg">Large</ZCode>Accessibility
- ✅ Proper ARIA attributes included
- ✅ Keyboard navigation support
- ✅ Screen reader friendly
- ✅ Focus visible indicators