Kind: Component
Source: atloria-monorepo/apps/web/src/components/Parser/CodeViewer.tsx
Props
| Name | Type | Required | Default |
|---|---|---|---|
code | string | ✓ | - |
language | string | ✓ | - |
symbols | Symbol[] | - | [] |
highlightedSymbol | Symbol | - | - |
onSymbolClick | Function | - | - |
className | string | - | "" |
Diagram
mermaidgraph TD component_CodeViewer_4d8bf3c2["CodeViewer"] class component_CodeViewer_4d8bf3c2 rootComponent
Relationships
- RENDERS →
CheckIcon - RENDERS →
CopyIcon - USES_HOOK →
useState - USES_HOOK →
useCallback
Was this page helpful?