Sean Lynch

Results 292 comments of 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. ![image](https://github.com/techniq/svelte-ux/assets/177476/b5f2964b-38cc-40ed-8cb3-9aa8e7d45af7) 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 ![image](https://github.com/techniq/svelte-ux/assets/177476/7f749de1-c7b0-452d-8475-cfadd2558cf4) ![image](https://github.com/techniq/svelte-ux/assets/177476/e88c3fa5-a71c-4c82-b691-0f053753007b)

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/)