Sean Lynch
Sean Lynch
Just waiting on CI to catch up on the queue, then will publish as `0.4.0` (still use `npm create svelte-ux@latest`)
Done. Thanks again @29th-Day (Gerald)
[Appears](https://github.com/skeletonlabs/skeleton/blob/ab6f5301ece1cc5ff1423dcf2503e64ee7f2244e/packages/plugin/src/styles/base/core.css#L30) Skeleton sets this globally with CSS variables (and I've been working on #66 and determining which variables to expose), so this will be helpful for reference.  Would like...
See also: @jycouet's [REPL](https://svelte.dev/repl/72991ff5c2f4455dbedaf57e7fcb2b7d?version=4.2.3)
Spent a little bit of time trying to look into the install and bundle size of Svelte UX and it's dependencies (with bundle being the most important). Using [pkg-size.dev](https://pkg-size.dev/svelte-ux) provides...
Also took a look at a few small projects I've built with Svelte UX, and attemped to ignore the data/API portion Site | DevTools | Download | Resources --- |...
Ran a couple quick lighthouse scores (for performance number), and they came back promising as well  
Consider installing https://github.com/btd/rollup-plugin-visualizer (although based on PRs for Rollup v4, it doesn't look actively maintained at the moment).
Supporting segmented number inputs with keyboard up/down would be nice as well as the menu. Here are a couple quick additional examples I found: - https://react-spectrum.adobe.com/react-aria/TimeField.html - https://nextui.org/docs/components/time-input - https://mui.com/x/react-date-pickers/time-range-field/
[Create A Fade Out Overflow Effect Using CSS Mask-Image](https://pqina.nl/blog/fade-out-overflow-using-css-mask-image/)