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 156 svelte-ux issues
Sort by recently updated
recently updated
newest added

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | major | `v4` -> `v5` | --- ### Release...

dependencies

This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [@sveltejs/vite-plugin-svelte](https://redirect.github.com/sveltejs/vite-plugin-svelte) ([source](https://redirect.github.com/sveltejs/vite-plugin-svelte/tree/HEAD/packages/vite-plugin-svelte)) | [`5.0.3` -> `6.2.1`](https://renovatebot.com/diffs/npm/@sveltejs%2fvite-plugin-svelte/5.0.3/6.2.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@sveltejs%2fvite-plugin-svelte/6.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@sveltejs%2fvite-plugin-svelte/5.0.3/6.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ###...

dependencies

I created new Sveltekit project with `npx sv create`. I added svelte-ux@next with `pnpm add -D svelte-ux@next` updated app.css as instructed in the docs with ``` @import 'tailwindcss'; @import '@layerstack/tailwind/core.css';...

Support 9 locations (ex. `center` (default)`, `top-center`, `bottom-right`, etc) (see also: LayerChart [Placement](https://github.com/techniq/layerchart/blob/next/packages/layerchart/src/lib/components/types.ts#L1-L10) type). Also support an `offset` prop

Previous work: https://github.com/techniq/svelte-ux/pull/530

First off, I want to thank you for all your hard work creating this awesome library and also the chart library which I am really looking forward to using. It...