svelte-material-ui icon indicating copy to clipboard operation
svelte-material-ui copied to clipboard

Svelte Material UI Components

Results 213 svelte-material-ui issues
Sort by recently updated
recently updated
newest added

**Problem** FOUC in present in SMUI SPA (SvelteKit v1, static-adapter, all prerendered and SSR disabled) created accoring to https://sveltematerialui.com/THEMING.md with ``` {#if $darkTheme === undefined} {:else if $darkTheme} {:else} {/if}...

bug

I am trying to achieve this: ![Screenshare - 2022-12-28 10_08_11 PM](https://user-images.githubusercontent.com/7037149/209867007-b7a2bc89-37bd-46dc-9d50-0b5bc2b36366.gif) Now I did this by editing the aside style of the drawer(left: 200px) and putting the above elements with...

**Describe the bug** when setting zoom level via CSS, slider dragging doesn't match up with the position of the mouse **To Reproduce** Steps to reproduce the behavior: 1. Go to...

bug

Remove a useless counter in simple card demo since it is never used. ![image](https://github.com/hperrin/svelte-material-ui/assets/73600915/2caf9944-de9a-4f7f-bb03-c27451387275)

**Describe the bug** When `notifyClose` is called after `open` has been set to `false`, it dispatches `"SMUIMenuSurface:closed"`. However `element`'s type is not checked, which can lead to some uncatched error...

bug

``` ``` becomes ``` {@render children()} ``` https://svelte-5-preview.vercel.app/docs/snippets#passing-snippets-to-components

enhancement

Prepend this to every component: ``` ``` Then fix any issues.

enhancement

https://svelte-5-preview.vercel.app/docs/event-handlers#bubbling-events

enhancement

**Describe the bug** Added a ``, when goto another route by clicking an icon, got following error in console: ``` Tooltip.svelte:180 Uncaught TypeError: Cannot read properties of null (reading 'addEventListener')...

bug

**Describe the bug** When [split buttons using a button group](https://sveltematerialui.com/demo/button/) are wrapped with `#key` to re-render whole stuff on lang change like in https://github.com/kaisermann/svelte-i18n/issues/224, re-rendring throws an error on browser...

bug