-
-
Notifications
You must be signed in to change notification settings - Fork 185
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing Modules & TS Issues #34
Comments
Hey @matt-joecoffee, thanks for taking the time to check out the lib :-) Try out the latest version |
Much better! Thank you. Might be convenient to offer this in the documentation: import { KBarContent, KBarProvider, KBarResults, KBarSearch } from 'kbar' Also looks like I'll need to roll my own styling. I can certainly sort that out, but it might be nice to offer some direction in the docs as well. Thanks for the quick reply, and fixes. |
Oh yes, lots of information coming soon – it's been a wild few days so trying to catch up and plan what's ahead! You can pretty much customize all styling right now, but it's not as nice of a dev experience as I wish – so currently working on a plan to improve that, more to come |
Cool idea, but the implementation seems pretty lacking at the moment. I installed it, added it to my app, and received these errors:
We already have a portal, so I'm not keen to install reach portal, or any of the other reach components. But also, shouldn't this thing just handle its own dependencies?
Also, seems not to be TypeScript ready. I get this error from TS:
... though I've seen no indication that "options" should be a required property.
I hope this might be worth a second look later on, when it's more fully baked.
The text was updated successfully, but these errors were encountered: