input

input component

Not VerifiedComponent1 file
razi-style

Preview

Preview not yet added for input.

Add an entry to UI_COMPONENT_PREVIEWS in ui-component-previews.tsx to show a live preview here.

Install

npx shadcn add https://www.razisyed.cv/r/input

Usage

import { input } from "@/components/ui/input";

export default function Example() {
  return <input />;
}

Source

Loading source...
razi's registry