Replies: 3 comments 1 reply
-
Hi welcome! This is one of our earliest discussion, the resolution was basically we use a more vue-like convention(which is the current one) to allow people that started with vue to be familiar with it rather than prioritizing the ones with a radix background. If you still prefer it you can maybe create a community package that reexports the components with namespaced style. I hope this would answer your question |
Beta Was this translation helpful? Give feedback.
-
I think this can be implemented via // Allow subdirectories as namespace prefix for components.
directoryAsNamespace: false, the idea is to export a I have created a ticket #362 |
Beta Was this translation helpful? Give feedback.
-
Decided to implement this #75 😁 |
Beta Was this translation helpful? Give feedback.
-
Since Vue supports namespaced components (
Select.Root
instead ofSelectRoot
), albeit only in script setup (I think?), wouldn't it be great to add support for that as well to align with the React version?https://vuejs.org/api/sfc-script-setup.html#using-components
Great job so far!
Beta Was this translation helpful? Give feedback.
All reactions