hperrin / svelte-material-ui

Svelte Material UI Components
https://sveltematerialui.com/
Apache License 2.0
3.28k stars 288 forks source link

Documentation improvement for `Select` #600

Open wli opened 1 year ago

wli commented 1 year ago

Is this for an existing documentation file? https://sveltematerialui.com/demo/select/

What needs improvement? The documentation says that you just need npm i -D @smui/select. If you only install that, the styling is completely incorrect. I had to additionally install at least the following packages for a basic select box to work:

Please update the documentation to include these other dependencies, or fix the @smui/select package to automatically install these dependencies too.