Docs
Input

Input

Displays a form input field or a component that looks like an input field.

Loading...
Loading...

Installation

npx shadcn-ng@latest add input
npm
yarn
pnpm
bun

Copy and paste the following code into your project.

Update the import paths to match your project setup.

Usage

import { UbInputDirective } from "@/components/ui/input.directive";
<input type="text" ubInput />

Examples

Default

Loading...
Loading...

File

Loading...
Loading...

Disabled

Loading...
Loading...