Neobrutalism-styled input component.
npx shadcn@latest add https://21st.dev/r/ekmas/input
Loading preview...
import { Input } from "@/components/ui/input" export const Demo = () => ( <Input className="w-[200px]" type="email" placeholder="Email" /> )