component-template icon indicating copy to clipboard operation
component-template copied to clipboard

A base for building shareable Svelte components

Results 3 component-template issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** Many people want to use Svelte with TypeScript. With `svelte-preprocess`, a fitting rollup-config and Svelte extension from VSCode this is...

I tried implement the pattern from this library but using https://github.com/sveltejs/template I did this because I wanted typescript and a dev server while developing the component. I kept getting this...

I added a script to preprocess svelte files with different Template,Script and Style languages and spit out vanilla .svelte files. This is to serve 2 use cases for a component...