logo
8

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

PropTypeDefaultDescription
namestring"World"The name displayed in the greeting
classNamestringAdditional CSS classes passed to the root element