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