carbon-components-svelte
carbon-components-svelte copied to clipboard
Svelte implementation of the Carbon Design System
Part of https://github.com/carbon-design-system/carbon-components-svelte/issues/1629. Closes: https://github.com/carbon-design-system/carbon-components-svelte/issues/1615 Breaking changes: - `size` property now use carbon v11 values: `"xs" | "sm" | "md" | "lg" | "xl"` - it is now recommended to...
If I add a Modal to my app, the on:open event is fired before the dialog opens. If I then click Close or Cancel and then re-open the modal later,...
When controlling the slider with cursor keys, the input event doesn't fire.
When using this library with Svelte 5, I'm seeing development warnings in the console. ```sh 11:18:07 [vite] ✨ new dependencies optimized: svelte/internal/client 11:18:07 [vite] ✨ optimized dependencies changed. reloading 11:18:07...