kevinmitch14
kevinmitch14
This has been updated in the latest `cmdk` release yesterday https://github.com/pacocoursey/cmdk/releases/tag/v0.2.1. I will bump dep and file a new PR when I can.
Button docs don't mention external links and asChild example directs to broken URL #480
Could be because `"group"` is a reserved word?
@shadcn check out #2626 which is a follow up of #1980. Both pending for a long time addressing this issue. https://github.com/shadcn-ui/ui/pull/2945#issuecomment-1988984058
@shadcn it looks like some changes made in #2626 were reverted in https://github.com/shadcn-ui/ui/pull/4181/ by accident. (`command.tsx`, `model-selector.tsx`, `cmdk` package was reverted back to v0.2.0 files). I don't think this PR...
Are you importing directly from `@radix-ui` somewhere in your codebase instead of `@/components/ui/...`
I am using `Card` with no issues. Looks like you are missing a "use client" somewhere maybe? Do you have a small reproducible example?
I mean I'm using it without use client. Card should work without use client!
Gotcha, in my case we are using them as a sort of stepper. So if step1 is completed, the `CheckboxCards.Root` value should have `"step1"` in it and so on. But...
Yeah, the ghost variants without negative margin would be nice. I have been adding a tiny margin manually to achieve this.