Next.js Discord

Discord Forum

How to place icons inside input?

Unanswered
Orinoco Crocodile posted this in #help-forum
Open in Discord
Orinoco CrocodileOP
I am doing ui-kit on next.js. I need to create an input which accepts properties 'leftIcon' and 'rightIcon'. But I am not able to place icons incide input. How can I do it in next.js? I know that I can use pseudoelements, but I don't know how to add it through properties 'leftIcon' and 'rightIcon'

2 Replies

Oak shoot sawfly
May you can use a div and give flex and contain justify between icon, input and icon
Which css framework you are useing