GithubX

Input

Text input for forms and user data entry.

## installation

pnpm dlx shadcn@latest add https://ascii.cnlibs.com/r/input.json

## usage

import { Input } from "@/components/ui/input";
<Input placeholder="sam@paper.design" />

## with label

## password

The value is masked with asterisks instead of the browser's dots.

## number

The frame's right corners double as step up / step down.

## narrow

chWidth sets the frame width in characters (default 34).

## disabled

## read-only