devfolioco / react-otp-input

:heavy_check_mark: OTP Input Component for React
http://devfolioco.github.io/react-otp-input
MIT License
654 stars 424 forks source link

How to style filed input style #361

Closed bhautikagile closed 1 year ago

bhautikagile commented 1 year ago

when I'm trying to add style in filed input's parent div, can't put style style on filed input or parent div. Show how to add style on filed input

Kritika0035 commented 1 year ago

May I do this?

Ripudaman4742 commented 1 year ago

There is prop called inputStyle, you can pass your values over there

prateek3255 commented 1 year ago

Apart from inputStyle you can pass your own input component with v3 now.