mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 19:46:36 +00:00
Remove light prop from SelectableTileGroup
This commit is contained in:
parent
5b9bc98cb0
commit
5ef181d693
4 changed files with 5 additions and 25 deletions
|
@ -8,9 +8,6 @@
|
|||
/** Set to `true` to disable the tile group */
|
||||
export let disabled = false;
|
||||
|
||||
/** Set to `true` to enable the light variant */
|
||||
export let light = false;
|
||||
|
||||
/** Specify the legend text */
|
||||
export let legend = "";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue