mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
v0.16.0
This commit is contained in:
parent
b6c805e062
commit
2acbb2ba5d
4 changed files with 56 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# Component Index
|
||||
|
||||
> 147 components exported from carbon-components-svelte 0.15.0
|
||||
> 147 components exported from carbon-components-svelte 0.16.0
|
||||
|
||||
- Accordion
|
||||
- [AccordionSkeleton](#accordionskeleton)
|
||||
|
@ -2292,9 +2292,10 @@ import { ListBoxMenu } from "carbon-components-svelte";
|
|||
|
||||
### Props
|
||||
|
||||
| Prop name | Type | Default value |
|
||||
| :-------- | :------------------ | :------------ |
|
||||
| id | <code>string</code> | -- |
|
||||
| Prop name | Type | Default value |
|
||||
| :-------- | :-------------------------------------- | :------------ |
|
||||
| id | <code>string</code> | -- |
|
||||
| ref | <code>null | HTMLDivElement</code> | null |
|
||||
|
||||
### Slots
|
||||
|
||||
|
@ -3327,6 +3328,7 @@ import { RadioButtonGroup } from "carbon-components-svelte";
|
|||
| disabled | <code>boolean</code> | false |
|
||||
| labelPosition | <code>"right" | "left"</code> | "right" |
|
||||
| orientation | <code>"horizontal" | "vertical"</code> | "horizontal" |
|
||||
| id | <code>string</code> | -- |
|
||||
|
||||
### Slots
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue