Closed p-j closed 3 years ago
Hi @p-j Thanks for reaching out, i'm glad that you are considering using my library, of course I'll consider a PR for changes that you need.
Hi! in the end I didn't use your library as using Formik directly was better for my use case. I'll close this issue for now.
@p-j That's fine, anyhow i just updated and implemented your suggestion
Hi @KaiHotz,
I'm considering using
react-formik-ui
for a project, so first, thanks for putting this together, it looks really handy. A concern of mine though, is that, down the line, I'd like to be able to provide custom styling/components to every pieces of UI, including label & hint or error messages which currently aren't easily styled when one's using CSS-in-Js setup.I'm thinking of something as simple as
The
withLabel
HoC could handle both being given a component or a string and act accordingly.Would you consider a PR that would add such possibilities? If so I could allocate some time to work on that in the future. Thanks