Questions tagged [svelte-material-ui]

11 questions
3
votes
3 answers

SMUI sveltekit Textfield always null on form submit

I've just started using SMUI and sveltekit and I'm running into an issue . . . I'm using the Textfield component in a login form, and this doesn't work:
1
vote
1 answer

How to add SCSS into _smui-theme.scss for components in Svelte Material UI?

I want to add the Colored snackbars component. However, I get the following error when compiling: Error: There's already a module with namespace "color-palette".\n My SCSS file is the same as in the documentation Theming. I simply added the Snackbar…
Mike Casan Ballester
  • 1,690
  • 19
  • 33
1
vote
2 answers

Looking for a working example of smui split button

I'm following the example SMUI here: https://sveltematerialui.com/demo/button/ and I've written this component (UserDropdown):