-
Reason I'm asking is that the official component template has a build step that compiles it to pure js. But I just tried publishing it with no build step (so literally just button.svelte, index.mjs and package.json and it seems to work fine.
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
primitives
Radix Primitives is an open-source UI component library for building high-quality, accessible design systems and web apps. Maintained by @workos.
We only use a few for each project and I want to version them separately. kinda like [radix ui](https://github.com/radix-ui/primitives) does it
-
sveltekit-package-template
A barebones project that provides the essentials for writing highly-optimized, reusable packages in Svelte.
Anyways, I also made a component template that utilizes SvelteKit packaging if you're interested. https://github.com/tropix126/sveltekit-package-template
Related posts
-
Passing event handlers in $$restProps? (ex. creating a wrapped <Input /> component)
-
YouTube for Windows 11 Video Concept (Fluent Friday)
-
Update Svelte component style using on:mousemove directive
-
Svelte is so easy to work with. Here is my first package: svelte-steps
-
Svelte vs Angular: Which Framework Suits Your Project?