Sean Lynch

Results 203 issues of Sean Lynch

- https://svelte.dev/repl/0f86af4378e94bdfb2d23a2a2ac7a391?version=4.1.2 - [Typing Dots SVG](https://codepen.io/leimapapa/pen/BavMvgd) - [Dot Loading Animation](https://codepen.io/TGLIDE/pen/wvmXmma) - https://daisyui.com/components/loading/ - https://vercel.com/geist/loading-dots

- [ ] 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 - [ ] Support tailwind configuration - https://github.com/bennymi/svhighlight (highlight.js based) -...

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) ##...

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)

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

- [x] Do not require `settings()` to be defined - [x] Support passing color objects from tailwind - [ ] Support `rounded-base` / `rounded-container` design tokens and map from Skeleton...