mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-06-25 05:35:48 +00:00
6 lines
136 B
TypeScript
6 lines
136 B
TypeScript
import { Input } from "@/examples/radix/ui/input"
|
|
|
|
export function InputBasic() {
|
|
return <Input type="email" placeholder="Email" />
|
|
}
|