Skip to content

shoelace icons and popup not showing in examples #9

Open
@tdamsma

Description

@tdamsma

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions