component-template
sveltekit-package-template
component-template | sveltekit-package-template | |
---|---|---|
7 | 2 | |
557 | 27 | |
0.0% | - | |
0.0 | 0.0 | |
over 2 years ago | over 2 years ago | |
JavaScript | Svelte | |
- | - |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
component-template
-
Should you compile components before publishing them?
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.
- Anyone have complete documentation on creating an npm package with SvelteKit?
- how do use Svelte templates with Yarn?
-
Build your own component library with Svelte
But what would it be like to build your own Svelte component library? Fortunately, there are several templates that you could start with, like the official template provided by Svelte and Svelte 3 Component Template, which are considered the go-to for building your own component library.
-
Design systems with Storybook - seeking suggestions
My question is: is there a good up-to-date Tailwind, Svelte, Storybook template out there? The one on Github is pretty old and was abandoned 5+ months ago. With the pace of change, I'm worried I'd bump into legacy bugs. I'm confused as to where to start because Svelte has an official component-template but its 10 months old. Also, which bundler is the best for a newbie? Lastly, should I use svelte-add or is there a more stable solution out there with support for Storybook?
- How to make a svelte library / a custom svelte component npm module?
-
What's the state of the art of authoring component libraries with Typescript?
The official component template still has an open issue pertaining typescript support, and there's several templates linked there. Given that time is a rare resource, and given that I frankly don't trust myself to make the right decision here up-front, I'd be interested in your thoughts and experiences. Are there trade-offs in the available TS templates? Or does one of them basically tick all the boxes already? If so, why is there no endorsed official TS template?
sveltekit-package-template
-
Should you compile components before publishing them?
Anyways, I also made a component template that utilizes SvelteKit packaging if you're interested. https://github.com/tropix126/sveltekit-package-template
-
Anyone have complete documentation on creating an npm package with SvelteKit?
SvelteKit packaging docs has some useful information. I also made this package template for use in some of my projects, but it also has some very useful documentation in the readme if you're looking for a place to start - https://github.com/tropix126/sveltekit-package-template
What are some alternatives?
svelte-headlessui - Unofficial Svelte port of the Headless UI component library
primitives - Radix Primitives is an open-source UI component library for building high-quality, accessible design systems and web apps. Maintained by @workos.
svelte-adders - Easily add integrations and other functionality to Svelte(kit) apps
svelte-calendar - A lightweight datepicker with neat animations and a unique UX.
svelte-materialify - A Material UI Design Component library for Svelte heavily inspired by vuetify.
RazorSvelte - Template project for the .NET Razor Pages with Svelte Framework, Bootstrap, and Rollup
svelte-component-template - A highly-opinionated base for building shareable Svelte 3 components
svelte-material-ui - Svelte Material UI Components
sveltekit-starter - Sveltekit starter project created with sveltekit, typescript, tailwindcss, postcss, husky, and storybook. The project has the structure set up for the scaleable web application.