mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
feat(accordion): add disabled prop
This commit is contained in:
parent
cb80c7d15b
commit
ebf882cff4
5 changed files with 81 additions and 2 deletions
|
@ -199,6 +199,7 @@ import { Accordion } from "carbon-components-svelte";
|
|||
| :-------- | :-------------------------------- | :------------ |
|
||||
| align | <code>"start" | "end"</code> | "end" |
|
||||
| size | <code>"sm" | "xl"</code> | -- |
|
||||
| disabled | <code>boolean</code> | false |
|
||||
| skeleton | <code>boolean</code> | false |
|
||||
|
||||
### Slots
|
||||
|
@ -232,6 +233,7 @@ import { AccordionItem } from "carbon-components-svelte";
|
|||
| :-------------- | :------------------- | :---------------- |
|
||||
| title | <code>string</code> | "title" |
|
||||
| open | <code>boolean</code> | false |
|
||||
| disabled | <code>boolean</code> | false |
|
||||
| iconDescription | <code>string</code> | "Expand/Collapse" |
|
||||
|
||||
### Slots
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue