mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
feat(ui-shell): make company
in Header
slottable (#1764)
This commit is contained in:
parent
14d584da42
commit
9b3f014a0b
4 changed files with 17 additions and 8 deletions
|
@ -4833,6 +4833,12 @@
|
|||
"moduleExports": [],
|
||||
"slots": [
|
||||
{ "name": "__default__", "default": true, "slot_props": "{}" },
|
||||
{
|
||||
"name": "company",
|
||||
"default": false,
|
||||
"fallback": "{company} ",
|
||||
"slot_props": "{}"
|
||||
},
|
||||
{
|
||||
"name": "platform",
|
||||
"default": false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue