mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-06-11 09:51:40 +00:00
6 lines
144 B
TypeScript
6 lines
144 B
TypeScript
import { Input } from "@/components/ui/input"
|
|
|
|
export function InputDisabled() {
|
|
return <Input disabled type="email" placeholder="Email" />
|
|
}
|