svelte-materialify
svelte-materialify copied to clipboard
A Material UI Design Component library for Svelte heavily inspired by vuetify.
Bumps [svelte](https://github.com/sveltejs/svelte) from 3.32.1 to 3.49.0. Changelog Sourced from svelte's changelog. 3.49.0 Improve performance of string escaping during SSR (#5701) Add ComponentType and ComponentProps convenience types (#6770) Add support for...
Bumps [postcss](https://github.com/postcss/postcss) from 8.2.4 to 8.2.13. Release notes Sourced from postcss's releases. 8.2.13 Fixed ReDoS vulnerabilities in source map parsing (by @yetingli). 8.2.12 Fixed package.json exports. 8.2.11 Fixed DEP0148 warning...
Hey, thanks for the library! While using it, I noticed svelte throws an a11y warning while compiling. The role attribute seems to be unnecessary, so I removed it as recommended....
My final exams are coming up, so I am unable to maintain for the next few months, this project will **not** be deprecated/abandoned and I will continue once my finals...
Bumps [prismjs](https://github.com/PrismJS/prism) from 1.23.0 to 1.27.0. Release notes Sourced from prismjs's releases. v1.27.0 Release 1.27.0 v1.26.0 Release 1.26.0 v1.25.0 Release 1.25.0 v1.24.1 Release 1.24.1 v1.24.0 Release 1.24.0 Changelog Sourced from...
I've been trying to use the [display helper](https://svelte-materialify.vercel.app/styles/display-helpers/) classes, but they don't seem to work on most components due to the order in which rules are added to the generated...
I have Installed the latest version 0.3.11 but it doesn't include [the changes](https://github.com/TheComputerM/svelte-materialify/commit/17c3bc098be4a75fd4aa6a5498f265ec12ad3fc8) which has made 6 month ago also I couldn't install it from github I have tried the...
I understand this will not get fixed, I'm simply logging it for posterity. ButtonGroup references ItemGroup which contains a `` to export the shared Context. The current version of @sveltejs/vite-plugin-svelte...
When destroying a Tooltip, the tooltip node was removed twice: once by svelte and once by the component. This pull requests removes the `removeChild` call in the component and adds...
Fixes #262.