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

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

In some cases, for example on a landing page, it is useful to be able to start the side with the drawer hidden, but still allow the user to open...

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

I am fairly new to svelte-us, so I hope I'm not missing something obvious. I was trying to get NavItem to show an icon from [Lucide](https://lucide.dev/), but I couldn't. I...