Code Block
Code Block component used across TodoistNEXT.
Default
title.tsx
function MyComponent(props) {return (<div><h1>Hello, {props.name}!</h1><p>This is an example React component.</p></div>);}
No filename
function MyComponent(props) {return (<div><h1>Hello, {props.name}!</h1><p>This is an example React component.</p></div>);}
No line numbers
function MyComponent(props) {return (<div><h1>Hello, {props.name}!</h1><p>This is an example React component.</p></div>);}
Highlighted Lines
title.tsx
function MyComponent(props) {return (<div><h1>Hello, {props.name}!</h1><p>This is an example React component.</p></div>);}