svelte-material-ui
svelte-material-ui copied to clipboard
Svelte Material UI Components
**Is your feature request related to a problem? Please describe.** The current smui typings reference `svelte2tsx/svelte-jsx`. This `d.ts` file is outdated as it's mainly related to Svelte 3. It's also...
**Describe the bug** Hello, I have a TS project using SMUI and I want to turn on the `exactOptionalPropertyTypes` tsconfig option. The trouble is, since SMUI distributes TS source files,...
**Describe the bug** When i run `npm i` in my project I saw the following deprecation warnings: ``` Deprecation Warning: Sass's behavior for declarations that appear after nested rules will...