Why are Vue components not namespaced? #1777
Unanswered
bryanmylee
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm currently building a library for Vue which also uses multiple components per element like
<Menu>
,<Menu.Button>
,<Menu.Items>
etc.I noticed that Headless UI namespaces its React components but doesn't use namespacing with Vue i.e.
<MenuButton>
,<MenuItems>
etc.I'm quite new to Vue but I've not been able to find any resources on whether namespacing components in Vue is recommended, so I'd love to get some expert feedback from the Headless UI team!
Beta Was this translation helpful? Give feedback.
All reactions