svelte-material-ui
svelte-material-ui copied to clipboard
Svelte Material UI Components
There is currently in "Input chips" section of the chip component page in the documentation: https://sveltematerialui.com/demo/chips I assume this means that using the chips inside an input component such as...
This example code placed in 'App.svelte' of bare TS-project displays both dialog contents (though shouldn't because 'open' var is false by default) and dialog call button ``` Dialog Title Super...
Sorry for this possibly dumb question. According to the [doc](https://sveltematerialui.com/SASS.md) I have done this: ``` npm install --save-dev smui-theme npx smui-theme template src/theme ``` This has created the two files...
** Is this for an existing documentation file? ** https://sveltematerialui.com/THEMING.md -> Building Your Theme ** What needs improvement? ** The build descriptions won't work with default svelte setup because of...
**Describe the bug** When adding a "name" attribute to a `TextField` the name gets set on the label but not the input itself. **To Reproduce** Steps to reproduce the behavior:...
is Material 3 going to be implemented? https://m3.material.io/ (new guidlines)
**Describe the bug** When trying to build svelte with webpack, having used the webpack-template the build fails in the data-table package. Using the dev server works without problems ``` [...]...
**Describe the bug** I'm seeing crashes when a component using multiple Wrapper and Tooltip is being destroyed. The error message is: ``` Failed to execute 'insertBefore' on 'Node': The node...
**Describe the bug** Just importing SegmentedButton in a SvelteKit page results in the following: ```Cannot use import statement outside a module C:\Users\user\Programming\test\node_modules\@material\segmented-button\segmented-button\foundation.js:23 import { __assign, __extends, __values } from "tslib";...
I think it would be nice to have an orientation input on Slider component so we could have a vertical slider if we wanted to. Right now, I am using...