Skip to content

Code Block

Code Block component used across Vercel and Next.js.

Table.jsx
function MyComponent(props) {
return (
<div>
<h1>Hello, {props.name}!</h1>
<p>Good to see you</p>
</div>
);
}
Code Editor
function MyComponent(props) {
return (
<div>
<h1>Hello, {props.name}!</h1>
<p>Good to see you</p>
</div>
);
}
Code Editor
Table.jsx
function MyComponent(props) {
return (
<div>
<h1>Hello, {props.name}!</h1>
<p>Good to see you</p>
</div>
);
}
Code Editor
Table.jsx
function MyComponent(props) {
return (
<div>
<h1>Hello, {props.name}!</h1>
<p>Good to see you</p>
</div>
);
}
Code Editor
Table.jsx
function MyComponent(props) {
return (
<div>
<h1>Hello, {props.name}!</h1>
<p>Good to see you</p>
</div>
);
}
Code Editor