Code Snippet

Renders a formatted block of code with syntax highlighting for readability.


Component source

Example

const sayHello = () => { console.log('Hello!'); }

Usage