cschroeter / park-ui

Beautifully designed components built with Ark UI and Panda CSS that work with a variety of JS frameworks.
https://park-ui.com
MIT License
1.75k stars 75 forks source link

Cannot add components through cli for vue #349

Closed robinpilz closed 4 months ago

robinpilz commented 5 months ago

Hi there,

first of all thanks for your efforts on the whole ecosystem, this is super exiting!

I tried to install it via the cli in my vue project using panda but there seem to be no registry files for vue. https://park-ui.com/registry/panda/vue/components/index.json Unexpected token T in JSON at position 0

Would be awesome if those could be added so one is able to play around with it a bit. In general vue support seems to be a bit behind. I'd be happy to help bringing some of the components to vue but it would be nice to have some more examples on how to tackle different types of component compositions. I already failed at converting the Text component for example and also some others I tried.

Vue does not seem as straight forward as React yet, especially proper typescript integration using generics.

Edit: Just copied the vue implementations in the repo and for the accordion I got the following typescript error: 000141

Thanks!

cschroeter commented 4 months ago

Duplicate of #155