mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 19:46:36 +00:00
Prepare for pull request
This commit is contained in:
parent
ed9d109b33
commit
80f49f6a8f
5 changed files with 0 additions and 22 deletions
|
@ -60,7 +60,6 @@
|
|||
</section>
|
||||
{/if}
|
||||
<table
|
||||
{...$$restProps}
|
||||
class:bx--skeleton="{true}"
|
||||
class:bx--data-table="{true}"
|
||||
class:bx--data-table--compact="{size === 'compact'}"
|
||||
|
|
|
@ -8,9 +8,6 @@
|
|||
/** Specify the value of the radio input */
|
||||
export let value = "";
|
||||
|
||||
/** Specify the title of the selectable tile */
|
||||
export let title = "title";
|
||||
|
||||
/** Specify the tabindex */
|
||||
export let tabindex = "0";
|
||||
|
||||
|
@ -45,7 +42,6 @@
|
|||
checked="{checked}"
|
||||
tabindex="-1"
|
||||
class:bx--tile-input="{true}"
|
||||
title="{title}"
|
||||
on:change
|
||||
on:change="{() => {
|
||||
update(value);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue