Sean Lynch

Results 203 issues of Sean Lynch

It makes sense for `Input` to do more things that are currently handled in `TextField` - `type` handling - Multiline support (rendering `` instead of ``)

## Features - [ ] Mouse wheel scroll - [ ] Drag scroll - [ ] Button scrolling - [ ] Snapping - [ ] Infinite scroll --- ## Scroller...

## Text - [ ] [Shared gradient text (single and scroll examples)](https://svelte.dev/repl/8a2d0b88f9b643758f6489fc969b8dfe?version=3.59.1) - [ ] [Animated gradient text](https://svelte.dev/repl/13e151baf80f4739a54d84dffd90e5fe?version=3.59.1) - [ ] [Text gradient (fill / stroke)](https://svelte.dev/repl/011e3cf34a3c4dd997c3df41b7c48d9e?version=3.59.1) - [ ] [Tailwind...

- [ ] Add label (like Radio/Checkbox) - [ ] Support changing color - Support changing color based on on/off - [ ] Support on/off text ## Reference - https://codepen.io/mburnette/pen/LxNxNg...

To work around site previews of PRs from forked repos ([known issue](https://developers.cloudflare.com/pages/platform/known-issues/#builds-and-deployment)), consider [disabling](https://github.com/AdrianGonz97/refined-cf-pages-action?tab=readme-ov-file#disabling-the-cloudflare-pages-github-integration) the Cloudflare Github integration and replace with [refined-cf-pages-action](https://github.com/AdrianGonz97/refined-cf-pages-action), which has a lot of additional benefits.

- [x] Move ToC to right side (and sticky) instead of top - See content quicker, especially on long pages - Always see ToC to allow jumping easier - [x]...

- [ ] MultiSelectField - [ ] [Change](https://github.com/techniq/svelte-ux/blob/next/packages/svelte-ux/src/lib/components/MultiSelectField.svelte#L31) `labelProp` default from `name` to `label` - [ ] SelectField - [ ] [Align](https://github.com/techniq/svelte-ux/blob/next/packages/svelte-ux/src/lib/components/SelectField.svelte#L31-L32) `optionText()` / `optionValue()` with MultiSelectField's `labelProp` / `valueProp`...

We need to analyze all components to see how they are handling `class` and `classes`, especially with a root component like `` (ex. `DateField`, `SelectField`, etc). - [ ] Evaluate...

Currently components like `DateRangeField` and `MultiSelectField` have OK/Cancel or Cancel/Apply buttons... DateRangeField | MultiSelectField --- | --- ![image](https://github.com/techniq/svelte-ux/assets/177476/fe642195-da10-4109-a6b1-39ce976a67a1) | ![image](https://github.com/techniq/svelte-ux/assets/177476/a7997401-4bcf-4717-9c95-f0b2a89c3a87) They should be... - [ ] Consistently ordered - What...

Issue to track any Svelte 5 compatibility issues. Hoping close to `0` changes are required in Svelte UX to support 5. --- ## FIXED: can only receive attributes, not directives...