SnippetA code snippet component for displaying and copying code blocks.PreviewCodebunx --bun shadcn@latest add https://registry.fasu.dev/r/snippet.jsonCopy Installation npmpnpmyarnbunnpx shadcn@latest add https://registry.fasu.dev/r/snippet.json Usage import { Snippet } from "@/components/ui/snippet"; export default function Example() { return <Snippet command="bunx --bun shadcn@latest add https://registry.fasu.dev/r/snippet.json" /> } Props type Props = HTMLAttributes<HTMLDivElement> & { command: string; }All ComponentsBrowse all available components in the collectionTerminalA simulated terminal component with animated command typing and output.