Hunter Johnston
Hunter Johnston
In the meantime, I will work on adding something to do the docs to explain that as I assume it'll be a common question.
Would this not be possible with a `svelte-add` script rather than an entire CLI to bootstrap the project? Something I've noticed from other UI libraries which rely heavily on CLI...
Hmm, I'm not sure we should go deleting all files in a folder that we don't own (and we aren't going to keep a running record of all past files)....
> We could even check if the file starts with the name of the component (or == `index.ts`) as a triple check safety net. Still don't like this idea, if...
If you increase the z-index to something like `50` of the `Content` does the issue persist?
Add it to the `Command.List`
Related: https://github.com/shadcn-ui/ui/issues/2363 https://github.com/shadcn-ui/ui/pull/2638
> @huntabyte What do you think? Is it worth investing more time into this approach? I believe this would mess with how transitions happen since the overlay _and_ content should...
Hey there, I'm cool with adding this prop. Let's make the prop `withIndicator` defaulting to `true`. These changes should apply to both the `new-york` and `default` styles.
I'm open to someone adding this to all the components. I don't have the time/energy to do it at the moment, especially with snippets on the horizon.