mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-20 12:23:02 +00:00
Run "yarn build:docs"
This commit is contained in:
parent
4adcb1a09b
commit
3c608b0204
2 changed files with 4 additions and 4 deletions
|
@ -1644,8 +1644,8 @@ None.
|
||||||
### Slots
|
### Slots
|
||||||
|
|
||||||
| Slot name | Default | Props | Fallback |
|
| Slot name | Default | Props | Fallback |
|
||||||
| :-------- | :------ | :---- | :---------------------------------------------------- |
|
| :-------- | :------ | :---- | :-------------------------------------------------------------- |
|
||||||
| -- | Yes | -- | <code><svelte:component this="{icon}" /></code> |
|
| -- | Yes | -- | <code><svelte:component this="{icon}" size={20} /></code> |
|
||||||
|
|
||||||
### Events
|
### Events
|
||||||
|
|
||||||
|
|
|
@ -4669,7 +4669,7 @@
|
||||||
{
|
{
|
||||||
"name": "__default__",
|
"name": "__default__",
|
||||||
"default": true,
|
"default": true,
|
||||||
"fallback": "<svelte:component this=\"{icon}\" />",
|
"fallback": "<svelte:component this=\"{icon}\" size={20} />",
|
||||||
"slot_props": "{}"
|
"slot_props": "{}"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue