API Code
lang: String
Set program languagejs | php | go | rust | python ...
Code is a flexible container. It is used for styling inline and multiline code snippets.
import { Code } from 'svelte-spectre'
<Code lang="js">
let binding = Function.prototype.call.bind(Function.prototype.bind);
</Code>
let binding = Function.prototype.call.bind(Function.prototype.bind);