General
Code
A premium code snippet component with syntax highlighting feel, copy to clipboard, and platform-specific styling.
index.js
function greet(name) {
console.log(`Hello, ${name}!`);
}
greet("Kachindo User");
Languages
The component adapts to different file labels and code structures.
Java
HelloWorld.java
public class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello, World!");
}
}
Props
| Prop | Type | Default |
|---|---|---|
children | string | — |
label | string | — |
