Next.js Discord

Discord Forum

How do I achieve this

Unanswered
Stony gall posted this in #help-forum
Open in Discord
Stony gallOP
I like the look of this [Attachment 1], but I am not sure exactly how to replicate it. The closest I got was [Attachment 2]. Any help would be appreaciated.

4 Replies

Did you try sticking it in chat gpt? lol
@Stony gall I like the look of this [Attachment 1], but I am not sure exactly how to replicate it. The closest I got was [Attachment 2]. Any help would be appreaciated.
      <div>
        <input value='+1' className="w-10 text-black border-b-2 disabled:bg-transparent" disabled />
        <input placeholder="--- --- ----" className="px-1 border-b-2 w-[100px]" />
      </div>
if your using shadcn probably best to do it a tad different but general gist there