svelte-material-ui icon indicating copy to clipboard operation
svelte-material-ui copied to clipboard

a few more variants for elements

Open KraXen72 opened this issue 3 years ago • 1 comments

currently, there are just a few use cases where there isn't the right component to use, and adding these few would help:

  • a standard size, 36*36px icon button (normal (now), filled, outlined variants also) image
  • an icon button that is just 1 singular icon (not trailing or leading icon), with icon size 24px image
  • small and big determinate circular progress bars with a number value in them (useful for percentage) image image
  • this is maybe probably doable now but idk how, but some kind of progress inside of a button: image
  • better, fully rounded close buttons for chips: (screenshot from vuetify), chips with value instead of icon, icon on runded bg: image image
  • skeleton loaders: image
  • password textfields with built in reveal button image
  • textfield with multiple select/ select with multiple / combobox (idk how is it called) image image
  • an autocomplete element - i saw the pull request and it's cool to put it in smui-extra, but please do: image

there are probably some more (in vuetify for example) that would be also cool here, but these are the ones that i really felt like were missing

KraXen72 avatar Nov 15 '21 10:11 KraXen72

I would be very appreciative of a more complex select/multiselect or something similar to "textfield with multiple select/ select with multiple / combobox (idk how is it called)"

tomap avatar Jan 15 '22 14:01 tomap