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
|
@ -1624,8 +1624,8 @@ None.
|
|||
### Slots
|
||||
|
||||
| Slot name | Default | Props | Fallback |
|
||||
| :-------- | :------ | :---- | :---------------------------------------------------- |
|
||||
| icon | No | -- | <code><svelte:component this="{icon}" /></code> |
|
||||
| :-------- | :------ | :---- | :---------------------------------------------------------------- |
|
||||
| icon | No | -- | <code><svelte:component this="{icon}" size="{20}" /></code> |
|
||||
|
||||
### Events
|
||||
|
||||
|
|
|
@ -4619,7 +4619,7 @@
|
|||
{
|
||||
"name": "icon",
|
||||
"default": false,
|
||||
"fallback": "<svelte:component this=\"{icon}\" />",
|
||||
"fallback": "<svelte:component this=\"{icon}\" size=\"{20}\" />",
|
||||
"slot_props": "{}"
|
||||
}
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue