mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-02-09 02:49:29 +08:00
6 lines
131 B
TypeScript
6 lines
131 B
TypeScript
import { Input } from "@/components/ui/input"
|
|
|
|
export function InputDemo() {
|
|
return <Input type="email" placeholder="Email" />
|
|
}
|