CodeInline

A syntax-highlighted inline code component, built using react-syntax-highlighter.

console.log("Hello")

Examples

Python

greeting = "Hello"

Rust

let greeting = "Hello";

TypeScript

const greeting: string = "Hello"

Props

className
string
language
string