Closed Limit-sest closed 1 month ago
When the mdui component is initialized, some default attributes are added. For example, <mdui-text-field label="Text Field"></mdui-text-field>
changes to <mdui-text-field label="Text Field" variant="filled" type="text"></mdui-text-field>
after initialization. However, these default attributes are removed in SvelteKit. I'm not familiar with SvelteKit and I'm unclear about what it's doing.
I also tested other web component libraries (like Shoelace) in SvelteKit, and I encountered the same issue, so this might be a problem with SvelteKit. I recommend providing feedback to the SvelteKit community.
Hello, I'm trying to use sveltekit with mdui. I've never used before any of these, so there is quite high chance that I did something wrong but I would be glad for any help. The preview server is started using
vite dev
.https://github.com/user-attachments/assets/e4bf75a6-0c0c-4376-8da3-5976f86202df