CodeBlock

Starter ($49)

Code block with filename header, line highlighting, max-height scroll, and copy button

App.svelte
1<script>
2  import Badge from '$lib/components/Badge.svelte';
3  let status = $state('active');
4</script>
5
6<Badge variant="success">
7  {status}
8</Badge>
bash
npm install && npm run dev