mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-19 11:59:34 +00:00
feat(tile): support disabled state for SelectableTile, RadioTile
Closes #539
This commit is contained in:
parent
50b93c8a17
commit
e5d123eb4b
8 changed files with 81 additions and 5 deletions
6
types/Tile/SelectableTile.d.ts
vendored
6
types/Tile/SelectableTile.d.ts
vendored
|
@ -15,6 +15,12 @@ export interface SelectableTileProps
|
|||
*/
|
||||
light?: boolean;
|
||||
|
||||
/**
|
||||
* Set to `true` to disable the tile
|
||||
* @default false
|
||||
*/
|
||||
disabled?: boolean;
|
||||
|
||||
/**
|
||||
* Specify the title of the selectable tile
|
||||
* @default "title"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue