Code Block
A code block component with line numbers, syntax highlighting support, and copy functionality.
Example
my-component.tsxtsx
123456789import { Button } from "@/components/ui/button"Â export function MyComponent() { return ( <Button variant="aurora" size="lg"> Click me </Button> )}npm install popcn-ui