Replies: 1 comment 2 replies
-
It's not possible to install a single package only, however everything is codesplittable (if that's a word) so if you only use a single component, you will only get that component in your bundle. If you are worried about file size in your node_modules folder, Headless UI doesn't have any dependencies. |
Beta Was this translation helpful? Give feedback.
2 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I noticed that in the documentation, you are given instructions to install the entire headless ui library.
Other headless accessible components, such as Radix Primitives & Reach UI are install-per-component, which I personally prefer.
Is there a way to install singular components in Headless UI? If not, I highly suggest at least giving users the option to install just one component. thank you!
Beta Was this translation helpful? Give feedback.
All reactions