soywod / react-pin-field

📟 React component for entering PIN codes.
https://soywod.github.io/react-pin-field/
MIT License
412 stars 24 forks source link

Support for Material UI Text Field #65

Closed prince272 closed 1 year ago

soywod commented 2 years ago

All the lib is based on the native input with native events, I'm afraid it would be too complicated to make them customizable. Plus I'm not sure to see which advantages you could get from replacing native inputs by a TextFields, could you explain a bit more your needs? If it is just about styling, you can use the className or the style props.