Formssrc/components/ui/input.tsx

Input

A styled text input control.

Preview

This is your public display name.

Installation

Copy the component source into your project with `degit`. This port is intentionally not distributed as an npm package.

bunx degit https://github.com/LiasCode/shadcn-preact/src/components/ui#main ./src/components/ui

Usage

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

export function Example() {
  return <Input>Input</Input>
}

API Reference

ExportPurpose
InputComposable part exported by `@/components/ui/input`.