jsfe icon indicating copy to clipboard operation
jsfe copied to clipboard

shoelace icons and popup not showing in examples

Open tdamsma opened this issue 2 months ago • 0 comments

I modified the example to show a list, but in the svelte example (and also in the vue example) the icons for the array editor and the popup are note working. I am not familiar with shoelace, so not sure what dependency is missing,

image

Some digging around, apparently something like this is needed:

viteStaticCopy({
	targets: [
		{
			src: 'node_modules/@shoelace-style/shoelace/dist/assets/icons/*.svg',
			dest: 'assets/icons',
		},
	],
}),

Accept of course the demo's don't use vite

tdamsma avatar Apr 09 '24 09:04 tdamsma