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

When set dateFormat in DatePicker to "Y-m-d" validation show error: https://svelte.dev/repl/4180232a624e4a9abea7d5051c8a8001

It would be great if all the components could have a "color" prop that will allow users to customize the color of the carbon components from the blue color to...

The DataTable component uses a spread operation internally which loses all non-enumerated properties and the original type: ```js $: rows = rows.map((row) => ({ ...row, cells: headerKeys.map((key, index) => ({...

Couldn't these props be simplified? `passiveModal` => `passive` `modalHeading` => `heading` `modalLabel` => `label` `modalAriaLabel` => `ariaLabel`

may i request for feature enhancement to provide inline editing of the tree item label? thanks for the lib, i love the design.

flagship

When displaying a `DataTable` as the content of an expanded row of an outer `DataTable` the inner table does not render zebra stripes if the outer `DataTable` uses zebra stripes...

flagship

When using both expandable and stickyHeader together, the expander cell gets some funky css issue going on. **Repl** https://stackblitz.com/edit/sveltejs-kit-template-default-mkrkbc?file=src/routes/index.svelte **Visual Preview** ![image](https://user-images.githubusercontent.com/4400216/167151291-bb6f2314-0837-4c4b-afa3-e174ba82fbc8.png)

flagship

while using white theme globally, can I apply a dark theme just to a component? An example would be: white page with dark tabs in header.

v11

It seems that Carbon Components for Svelte does not apply any spacing. For example, there is no padding/margin around the components or any other DOM elements, such as headings. The...

v11

I'm sorry for this basic question about Carbon Design, but I couldn't find any info on it. When I use the standard HTML tags such as h1 and p, there...

documentation
v11