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

**Describe the bug** I'm using the v7 beta and this code from OP of #274 throws an error: ```svelte import TextField from "@smui/textfield" ``` Error thrown: ``` Textfield.svelte:431 Uncaught (in...

bug

**Describe the bug** Textfield `HelperText` does not render in the correct location if placed inside an `{#if}`. Noticed this with `CharacterCounter` but I'm guessing a similar bug is causing #392...

bug

According to the guide, running `npx smui-theme template src/theme` is a setup step for this package. However, I encountered the error `TypeError: HttpsProxyAgent is not a constructor` during the setup....

**Is your feature request related to a problem? Please describe.** I'm using qwik framework which has no package ecosystem. **Describe the solution you'd like** https://github.com/BuilderIO/mitosis The merged a sveltosis project...

enhancement

**Describe the bug** Trying to use a data-attribute on a component using Typescript returns a type error. **To Reproduce** Steps to reproduce the behavior: 1. Import the Accordion component within...

bug

hello, I have many errors saying: 'EXPRESSION PRODUCES A UNION TYPE THAT IS TOO COMPLEX TO REPRESENT' I also mention, that I do not have a tsconfig.json because, I have...

bug

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** `Autocomplete.svelte` contains the following code: ```svelte {#if loading} Loading... {:else if error} Error while fetching...

bug

I needed to programmatically open the menu in the Select component, where it is possible for the Menu itself, but Select wasn't exporting menu state. I noticed someone on Discord...

**Describe the bug** I can't seem to use `@material/typography/mdc-typography` or `@material/typography/mixins` in my `_smui-theme.scss` file on a new sveltekit project without getting an error. When I try to include the...

bug

``` import Textfield from "@smui/textfield"; import HelperText from "@smui/textfield/helper-text"; import TextfieldIcon from "@smui/textfield/icon"; const SMUI_VERSION = "7.0.0-beta.14"; let files: FileList = null; {}} > attach_file You should choose at least...

bug