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

- [ ] Consider switching from PrismJS to Shiki syntax highlighting - https://github.com/shikijs/shiki - https://rodneylab.com/sveltekit-shiki-syntax-highlighting/ - https://github.com/rodneylab/sveltekit-shiki-code-highlighting - https://joyofcode.xyz/sveltekit-markdown-blog#syntax-highlighting - https://github.com/rehype-pretty/rehype-pretty-code/tree/master/examples/sveltekit - [ ] Support tailwind configuration - https://github.com/bennymi/svhighlight (highlight.js...

documentation

See https://github.com/techniq/svelte-ux/pull/331#issuecomment-2068177484 for some context, but ultimately there is a circular reference issue with some reactive statements that should be able to be worked around (just need to think about...

- [Separated number input](https://svelte.dev/repl/3bffc94fc11443d59b7611fc01933d64?version=4.1.2) - [Passcode With Sliding Cursor](https://codepen.io/jkantner/pen/ZERPPda) - [Single Input One-Time-Code](https://codepen.io/stoumann/pen/bGQdgpw) - [OTP Single Input](https://codepen.io/chriscoyier/pen/LYqJXxW) - https://github.com/guilhermerodz/input-otp - https://twitter.com/guilherme_rodz/status/1774143834148008000

## Track mouse - [Card :hover spotlight effect with background-attachment](https://svelte.dev/repl/ce42306f3d444cfbadeef93cb204d366?version=4.2.0) - [glowy hover effect](https://codepen.io/inescodes/pen/PoxMyvX) - [Vercel app border hover effect](https://codepen.io/Juxtopposed/pen/xxQNozB) - [Linear-style Cursor Glow](https://codepen.io/davidkpiano/pen/gOoNZNe) - [Fluent Design Buttons](https://codepen.io/21stCenturyJonas/pen/gQGXdd) - [Magical...

It would be nice to an Examples page, which could include links (with screenshots) of open source projects using the library, such as... ## https://strava.techniq.dev ![image](https://github.com/techniq/svelte-ux/assets/177476/b6c6b9e5-60cf-4371-aca6-dc70d858a546) ## https://github.techniq.dev/stars ![image](https://github.com/techniq/svelte-ux/assets/177476/d5960a89-4290-4d37-9521-4338d9f05e6b) ##...

Changed made - Update `sumObjects` to automatically coerce numeric strings to numbers - Update `sumObjects` to return the summed values as an Array if all processed items are arrays

Looks to be an issue handling Window paths... ![image](https://github.com/techniq/svelte-ux/assets/177476/ed5e93fb-1995-4c37-a859-5dae06afb5cf) tested works on Mac ![image](https://github.com/techniq/svelte-ux/assets/177476/7e87455a-a908-4c6f-9487-38c5d4acd990) See [discussion](https://discord.com/channels/920755200552226868/1216683467127914528)

Related: #267 More just reporting some research than a feature request. `lucide-svelte` exposes each icon as a Svelte component. If you want to support it in a way that works...

This is stacked on top of #320 so currently includes changes from both. This still needs a little more work, or we may want to drop this in favor of...

## Simple loading https://github.com/techniq/svelte-ux/assets/177476/32e25978-f9cb-4b81-8586-3baef492e575 ```html ``` ## See also - [Gooey](https://svelte-ux.techniq.dev/docs/components/Gooey) loaders - #85 - [Codepen collection](https://codepen.io/collection/oEjajG) - https://schum123.github.io/svelte-loading-spinners/