carbon-components-svelte icon indicating copy to clipboard operation
carbon-components-svelte copied to clipboard

Svelte implementation of the Carbon Design System

Results 216 carbon-components-svelte issues
Sort by recently updated
recently updated
newest added

Currently you can not set the number of columns in the Skeleton of a StructuredList, it is fixed to 3 columns. This creates a mismatch if you use a different...

Has been tested locally and has been implemented in this repo https://github.com/lamualfa/routify-carbon (Public Demo Available with Vercel).

When clicking on the Dropdown target button of so, and sortable=true, it seems not possible to prevent the sort function from being triggered by other means. ``` ```

Expandable style in DateTable does not work in production ![fixCarbonComponentSvelte2](https://user-images.githubusercontent.com/99677/183829522-215d062a-e784-43b3-b271-0eb58e5b89c1.png) Arrows don't work

Hi, first of all, great job on the different components! Thanks a lot! I was wondering whether it is possible to show items of the **Multiselect** component as groups. Currently...

Example: ```svelte {#if cell.key === 'empty'} TEST {:else} {cell.value} {/if} ``` The result: ![Screenshot_20201201_093953](https://user-images.githubusercontent.com/17076564/100686392-2e149800-33b9-11eb-8cbe-9ad10245b8bf.png) The column name is not aligned with the value.

documentation

I am trying to use the grid system but I observed some weird behaviour. The below code produces a perfectly split screen. ``` Hello World ``` Using 6 and 6...

documentation

Is there a function like the see method in Tkinter's Treeview? https://docs.python.org/3/library/tkinter.ttk.html#tkinter.ttk.Treeview.see Thanks.

treeview-enhancement

Thank you for maintaining this project. May I humbly request that the `Stack` component be brought over to carbon-components-svelte for easier vertical spacing?

v11