Formssrc/components/ui/input.tsx
Input
A styled text input control.
Preview
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/uiUsage
import { Input } from "@/components/ui/input"
export function Example() {
return <Input>Input</Input>
}API Reference
ExportPurpose
InputComposable part exported by `@/components/ui/input`.