mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21:05 +00:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
397c53b48e
25 changed files with 16 additions and 1330 deletions
|
@ -1,9 +0,0 @@
|
|||
<script>
|
||||
let className = undefined;
|
||||
export { className as class };
|
||||
export let style = undefined;
|
||||
</script>
|
||||
|
||||
<tbody aria-live={$$props['aria-live'] || 'polite'} class={className} {style}>
|
||||
<slot />
|
||||
</tbody>
|
Loading…
Add table
Add a link
Reference in a new issue