mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21:05 +00:00
chore: update docs [ci skip]
This commit is contained in:
parent
601c5be260
commit
099fcbcda8
2 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
# Component Index
|
||||
|
||||
> 165 components exported from carbon-components-svelte@0.63.0.
|
||||
> 165 components exported from carbon-components-svelte@0.63.1.
|
||||
|
||||
## Components
|
||||
|
||||
|
@ -1643,9 +1643,9 @@ None.
|
|||
|
||||
### Slots
|
||||
|
||||
| Slot name | Default | Props | Fallback |
|
||||
| :-------- | :------ | :---- | :-------------------------------------------------------------- |
|
||||
| -- | Yes | -- | <code><svelte:component this="{icon}" size={20} /></code> |
|
||||
| Slot name | Default | Props | Fallback |
|
||||
| :-------- | :------ | :---- | :---------------------------------------------------------------- |
|
||||
| -- | Yes | -- | <code><svelte:component this="{icon}" size="{20}" /></code> |
|
||||
|
||||
### Events
|
||||
|
||||
|
|
|
@ -4669,7 +4669,7 @@
|
|||
{
|
||||
"name": "__default__",
|
||||
"default": true,
|
||||
"fallback": "<svelte:component this=\"{icon}\" size={20} />",
|
||||
"fallback": "<svelte:component this=\"{icon}\" size=\"{20}\" />",
|
||||
"slot_props": "{}"
|
||||
}
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue