carbon-components-svelte
carbon-components-svelte copied to clipboard
Svelte implementation of the Carbon Design System
Hello, I use UIShell as my website header, but it is black. How can I change its color to white?
I would like to isolate the themes, for example; perhaps I'd like a white modal over a g100 theme. The following doesn't work, does anyone know how to achieve this?...
For example in password fields there is this button on the far right which has a tooltip that can break the layout by causing the document content width to be...
Hi. I believe some rounding logic is missed here: https://github.com/carbon-design-system/carbon-components-svelte/blob/ea7c0d446e989a9435788a9edacdc0542b683da0/src/Slider/Slider.svelte#L166 whereas another part has the rounding logic properly done: https://github.com/carbon-design-system/carbon-components-svelte/blob/ea7c0d446e989a9435788a9edacdc0542b683da0/src/Slider/Slider.svelte#L87 For instance with the [Shift] key decimal values may appear...
I've read the reason that there's no option and I honestly think that's a really dumb reason not to have a simple option to disable tooltips. Especially considering the implementation...
`DataTableSkeleton`'s styles are a bit too rigid compared to the actual `DataTable`: * `stickyHeader` tables aren't supported * The toolbar size is fixed * The `batchSelection` header look can't be...
Hello all, I have a weird issue with the ProgressIndicator / ProgressStep component. I have a component which loads the current progress from an API and updates the "complete" props...
Testing
Should this repo have unit or integration tests? Like Cypress or Jest?
Forgive me for the stupid question, but I can't seem to find a good way to display tooltips inside a form. The ideal is having the tooltips appear hovering over...
`LocalStorage`'s key is not reactive which leads to updating the wrong value in `localStorage` when the key is updated without a full destroy and mount cycle.