sfxcode / formkit-primevue

PrimeVue (v4, v3) support for the FormKit validation Framwork
https://sfxcode.github.io/formkit-primevue
MIT License
103 stars 9 forks source link

Declare prop types as described by FormKit docs #41

Open fermuch opened 5 months ago

fermuch commented 5 months ago

Hello! Great project and I love how organized it is. Adding & using it was a breeze!

Would it be possible to add the types of each component to FormKit as it is described in the docs?

akkim2 commented 4 months ago

It seems this project cannot be used with FormKit/TypeScript until this is done, as the project will not build (unless strictly using schema)!

sfxcode commented 4 months ago

Hi, adding types is possible but not on the top of my list. If i have some spare time i will look into it.

Meanwhile if someone is willing to help i am glad to integrate a pull request for that topic.

Stay tuned,

Tom

Xeyos88 commented 3 days ago

I started using this library and it is really interesting and useful. When I tried to build, however I ended up with the problem reported in this issue. I think typescript is almost a must now, I hope for a resolution.