Data/Code: WithLineNumbers

Code block with syntax highlighting and error display
View fullscreen
Source Code
1export const WithLineNumbers = component(() => (
2 <Code startLineNumber={10} code={sampleCode} />
3));