svelte-ux icon indicating copy to clipboard operation
svelte-ux copied to clipboard

Collection of Svelte components, actions, stores, and utilities to build highly interactive applications.

Results 125 svelte-ux issues
Sort by recently updated
recently updated
newest added

- [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]...

documentation

- [ ] 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. --- ## ⚠️ PENDING: sveld (API docs) not compatible...

https://ant.design/components/time-picker The way Ant Design does it is preferable to me vs the arms-on-a-dial version that other libraries use. It's also similiarish to the `` that Edge/Chrome use, which looks...

See [discussion](https://discord.com/channels/920755200552226868/1199115923743838268)

Hi, Great project, I just stumbled on it while looking for `longpress` action implementations. I basically found 3 and had made one myself years ago, they all look relatively similar...

We [currently](https://github.com/techniq/svelte-ux/blob/main/packages/svelte-ux/src/lib/plugins/tailwind.cjs#L13-L22) have (`.scrollbar-none`) to completely hide the scrollbar, but it would be nice to also have some better styling (possibly globally, but at least opt-in). Styling the scrollbar is...

- https://svelte.dev/repl/1bb1dac377594b52b5139abb6da37b84?version=4.1.2 - Maybe consider picking from `d3-scale-chromatic` range ([REPL](https://svelte.dev/repl/6196ff3a43da4582b9ca9ac6680580f8?version=4.1.2)) - [HSL Color Slider](https://codepen.io/mfort/pen/xxmoeXd) - [CSS HSL Picker](https://codepen.io/shuding/pen/bGZgZvK) - [Cubehelix Color Picker](https://d3og.com/mbostock/ba8d75e45794c27168b5/) - JollyUI - https://www.jollyui.dev/docs/components/color - https://www.jollyui.dev/docs/components/color-primitives