svelte-material-ui
svelte-material-ui copied to clipboard
Svelte Material UI Components
I am using the Menu to generate a list of options for my application. The options include Update, Rename, Delete, Hide/Unhide, etc. However, whenever I try to delete or hide...
The same as in https://github.com/hperrin/svelte-material-ui/pull/512 I import css files in svelte components so only required css is downloaded by browser. This change is required to make it possible. Weird that...
**Is your feature request related to a problem? Please describe.** Organizing assets in a hierarchical way requires a TreeView component **Describe the solution you'd like** A component similar to this:...
**Describe the bug** It does not seem possible to add an`on:click` to an `Icon` belonging to a `Textfield`. Clicking on the `Icon` doesn't do anything. **To Reproduce** Steps to reproduce...
**Describe the bug** The @smui/linear-progress package in particular gives, ``` Unknown file extension ".svelte" for /Users/thisas/Desktop/Project Auroa/dashboard/node_modules/@smui/linear-progress/dist/LinearProgress.svelte TypeError [ERR_UNKNOWN_FILE_EXTENSION]: Unknown file extension ".svelte" for /Users/thisas/Desktop/Project Auroa/dashboard/node_modules/@smui/linear-progress/dist/LinearProgress.svelte at new NodeError (node:internal/errors:399:5)...
Bumps [yaml](https://github.com/eemeli/yaml) from 2.2.1 to 2.2.2. Release notes Sourced from yaml's releases. v2.2.2 This patch release includes a fix for an error that could be thrown in parseDocument for degenerate...
I fixed trivial typo. Hoever => However
As it stands bare.css is not exported from the snackbar package. You have to manually change this file after every yarn/yarn add. Please get this released ASAP
When I use a MenuSurface that appears when I press a button and disappears when I press one of the buttons included in this MenuSurface, I encounter a problem if...