Hello World
A simple animated greeting component. A great starting point for your registry.
●Hello, World!
Installation
pnpm dlx shadcn@latest add https://harshkanjiya.com/r/hello-world.json
Usage
import { HelloWorld } from "@/components/hello-world/hello-world"
export default function Page() {
return <HelloWorld name="Harsh" />
}API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
name | string | "World" | The name displayed in the greeting |
className | string | — | Additional CSS classes passed to the root element |