Sumanth Chinthagunta
Sumanth Chinthagunta
@Urigo can you please confirm this feature is available or deprecated? I am seeing following error with latest dependencies.
I think it would be helpful to a add docs for other popular registry : "ghcr.io"
1. Create a new turborepo project with CLI similar to https://ui.shadcn.com/docs/monorepo 2. `npx shadcn-svelte@next add button`, the CLI will install the button component under `packages/ui` and update the import path...
I manually setup similar to [shadcn/ui monorepo template](https://github.com/shadcn-ui/ui/tree/main/templates/monorepo-next) if anyone need example repo: [apps/smart](https://github.com/xmlking/spectacular/tree/main/apps/smart) [packages/ui](https://github.com/xmlking/spectacular/tree/main/packages/ui)
https://github.com/xmlking/spectacular/blob/v0.4.2/apps/console-fb/src/lib/components/form/RadioFB.svelte
Will do. Meanwhile, Can you please share if you have any working example of this component. I might be using wrongly
> What if the prefix could accept an array so that you could specify both `PUBLIC` and `NHOST`? Yes that could solve my needs
I had `TODO` folder that is excluded `.gitignore` but ultracite/biome latest started reporting issues in it
`svelte:window bind:scrollY` not working due to ```css html, body { @apply h-full overflow-hidden; } ``` for example I added `` at the end to `+layout.svete` in freshly created app with...