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
5f4864755f
commit
397a371fef
2 changed files with 4 additions and 4 deletions
|
@ -1623,9 +1623,9 @@ None.
|
||||||
|
|
||||||
### Slots
|
### Slots
|
||||||
|
|
||||||
| Slot name | Default | Props | Fallback |
|
| Slot name | Default | Props | Fallback |
|
||||||
| :-------- | :------ | :---- | :---------------------------------------------------- |
|
| :-------- | :------ | :---- | :---------------------------------------------------------------- |
|
||||||
| icon | No | -- | <code><svelte:component this="{icon}" /></code> |
|
| icon | No | -- | <code><svelte:component this="{icon}" size="{20}" /></code> |
|
||||||
|
|
||||||
### Events
|
### Events
|
||||||
|
|
||||||
|
|
|
@ -4619,7 +4619,7 @@
|
||||||
{
|
{
|
||||||
"name": "icon",
|
"name": "icon",
|
||||||
"default": false,
|
"default": false,
|
||||||
"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