Replies: 1 comment 1 reply
-
I have looked into the source code of |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
According to current shadcn-components we have to import every single part of a component in order to use it.
Recently I learned about the namespace exports an I implemented it on the component exports like so...
This allows only a single import of
Tooltip
as use it likeNow, I am wondering what is the reason for not using namespace.
Beta Was this translation helpful? Give feedback.
All reactions