Hello World

Previous

A simple hello world component

Docs
chisom-uicomponent

Preview

Loading preview…
registry/new-york/blocks/hello-world/hello-world.tsx
export function HelloWorld() {
  return <h1 className="text-2xl font-bold">Hello World</h1>
}

Installation

npx shadcn@latest add @chisom-ui/hello-world

Usage

import { HelloWorld } from "@/components/hello-world"
<HelloWorld />