mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36:36 +00:00
fix(clickable-tile): support disabled state for ClickableTile
This commit is contained in:
parent
5e6e8dbb1c
commit
ce5348fdc0
5 changed files with 38 additions and 16 deletions
|
@ -479,6 +479,7 @@ None.
|
|||
| :-------- | :--------------- | :------- | :------------------- | ------------------ | ----------------------------------------- |
|
||||
| clicked | <code>let</code> | Yes | <code>boolean</code> | <code>false</code> | Set to `true` to click the tile |
|
||||
| light | <code>let</code> | No | <code>boolean</code> | <code>false</code> | Set to `true` to enable the light variant |
|
||||
| disabled | <code>let</code> | No | <code>boolean</code> | <code>false</code> | Set to `true` to disable the tile |
|
||||
| href | <code>let</code> | No | <code>string</code> | -- | Set the `href` |
|
||||
|
||||
### Slots
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue