tailwindcss-custom-forms
tailwindcss-custom-forms copied to clipboard
Support icon declaration for input element
I've noticed that addInput does not use replaceIconDeclarations, but icons are often used in login designs (e.g Netlify).

I can work around this by configuring a select class and adding that to an input field. This just feels like a dirty fix though. Any plans on adding this? Can make a PR if needed.