Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

shoelace icons and popup not showing in examples #9

Open
tdamsma opened this issue Apr 9, 2024 · 0 comments
Open

shoelace icons and popup not showing in examples #9

tdamsma opened this issue Apr 9, 2024 · 0 comments

Comments

@tdamsma
Copy link

tdamsma commented Apr 9, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant