pacocoursey / cmdk

Fast, unstyled command menu React component.
https://cmdk.paco.me
MIT License
9.42k stars 265 forks source link

feat: export individual components to allow for tree shaking #96

Closed Pagebakers closed 1 year ago

Pagebakers commented 1 year ago

I love this library, but I'm using it in a Chakra UI project and I don't need to extra weight of the radix ui dialog (9.5kb)

By exporting all individual components everything except Dialog can be imported, allowing bundlers to treeshake unused code and dependencies.

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated
cmdk-website ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Mar 1, 2023 at 7:41PM (UTC)
KenzoBenzo commented 1 year ago

Would love to use cmdk + saas-ui!