developers.diem.com/docs/v2-docs-guide.md
<MultiStepSnippet defaultValue="js" values={[ { value: 'js', label: ( <ColorCard color="purpleDark" icon="img/transaction.svg" iconDark="img/transaction-dark.svg" overlay="Send a test transaction to orem ipsum dolor sit amet, ctetur adipiscing elit, sed do" title="Send a test transaction" type="snippetTab" /> )}, { value: 'py', label: ( <ColorCard color="purpleLight" icon="img/bobby-pin.svg" iconDark="img/bobby-pin-dark.svg" overlay="Second overlay (no content specified in comps" title="Write a Move program" type="snippetTab" /> )}, { value: 'java', label: ( <ColorCard color="aqua" icon="img/overlapping-circle-and-square.svg" iconDark="img/overlapping-circle-and-square-dark.svg" overlay="Third overlay (no content specified in comps" title="Try out a wallet" type="snippetTab" /> )}, ] }> <MultiStepTabItem value="js">
import React, { useState } from 'react';
function Example() {
const [count, setCount] = useState(0);
return (
<div>
<p>You clicked {count} times</p>
<button className="button primary" onClick={() => setCount(count + 1)}>
Click me
</button>
</div>
);
}
function Example() {
const [count, setCount] = useState(0);
return (
<div>
<p>You clicked {count} times</p>
<button onClick={() => setCount(count + 1)}>
Click me
</button>
</div>
);
}
function Example() {
const [count, setCount] = useState(0);
return (
<div>
<p>You clicked {count} times</p>
<button onClick={() => setCount(count + 1)}>
Click me
</button>
</div>
);
}
def hello_world():
print('Hello, world!')
class HelloWorld {
public static void main(String args[]) {
System.out.println("Hello, World");
}
}
import React, { useState } from "react";
function Example() {
const [count, setCount] = useState(0);
return (
<div>
<p>You clicked {count} times</p>
<button onClick={() => setCount(count + 1)}>
Click me
</button>
</div>
);
}
<MultiStepSnippet defaultValue="js" values={[ { value: 'js', label: ( <ColorCard color="purpleDark" icon="img/transaction.svg" iconDark="img/transaction-dark.svg" overlay="Send a test transaction to orem ipsum dolor sit amet, ctetur adipiscing elit, sed do" title="Send a test transaction" type="snippetTab" /> )}, { value: 'py', label: ( <ColorCard color="purpleLight" icon="img/bobby-pin.svg" iconDark="img/bobby-pin-dark.svg" overlay="Second overlay (no content specified in comps" title="Write a Move program" type="snippetTab" /> )}, { value: 'java', label: ( <ColorCard color="aqua" icon="img/overlapping-circle-and-square.svg" iconDark="img/overlapping-circle-and-square-dark.svg" overlay="Third overlay (no content specified in comps" title="Try out a wallet" type="snippetTab" /> )}, ] }> <MultiStepTabItem value="js">
import React, { useState } from 'react';
function Example() {
const [count, setCount] = useState(0);
return (
<div>
<p>You clicked {count} times</p>
<button className="button primary" onClick={() => setCount(count + 1)}>
Click me
</button>
</div>
);
}
function Example() {
const [count, setCount] = useState(0);
return (
<div>
<p>You clicked {count} times</p>
<button onClick={() => setCount(count + 1)}>
Click me
</button>
</div>
);
}
function Example() {
const [count, setCount] = useState(0);
return (
<div>
<p>You clicked {count} times</p>
<button onClick={() => setCount(count + 1)}>
Click me
</button>
</div>
);
}
def hello_world():
print('Hello, world!')
class HelloWorld {
public static void main(String args[]) {
System.out.println("Hello, World");
}
}
<MultiStepSnippet defaultValue="js" values={[ { value: 'js', label: ( <ColorCard color="purpleDark" icon="img/transaction.svg" iconDark="img/transaction-dark.svg" overlay="Some random overlay" title="Send a test transaction" type="snippetTab" /> )}, { value: 'py', label: ( <ColorCard color="purpleLight" icon="img/bobby-pin.svg" iconDark="img/bobby-pin-dark.svg" title="Write a Move program" type="snippetTab" /> )}, { value: 'java', label: ( <ColorCard color="aqua" icon="img/overlapping-circle-and-square.svg" iconDark="img/overlapping-circle-and-square-dark.svg" title="Try out a wallet" type="snippetTab" /> )}, { value: 'fourth', label: ( <ColorCard color="purpleLight" icon="img/overlapping-circle-and-square.svg" iconDark="img/overlapping-circle-and-square-dark.svg" overlay="Another random overlay" title="Test of the fourth tab" type="snippetTab" /> )}, { value: 'fifth', label: ( <ColorCard color="purpleDark" icon="img/overlapping-circle-and-square.svg" iconDark="img/overlapping-circle-and-square-dark.svg" overlay="Another random overlay" title="Test of the fifth tab" type="snippetTab" /> )}, ] }> <MultiStepTabItem value="js">
import React, { useState } from "react";
function Example() {
const [count, setCount] = useState(0);
return (
<div>
<p>You clicked {count} times</p>
<button onClick={() => setCount(count + 1)}>
Click me
</button>
</div>
);
}
function Example() {
const [count, setCount] = useState(0);
return (
<div>
<p>You clicked {count} times</p>
<button onClick={() => setCount(count + 1)}>
Click me
</button>
</div>
);
}
function Example() {
const [count, setCount] = useState(0);
return (
<div>
<p>You clicked {count} times</p>
<button onClick={() => setCount(count + 1)}>
Click me
</button>
</div>
);
}
def hello_world():
print('Hello, world!')
class HelloWorld {
public static void main(String args[]) {
System.out.println("Hello, World");
}
}
class HeyYalllllll {
public static void main(String args[]) {
System.out.println("Hello!!!!, World");
}
}
function test() {
console.log(123);
}