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 SideNavLink
text slottable (#1187)
This commit is contained in:
parent
e23b121143
commit
1462b2ee9c
4 changed files with 13 additions and 2 deletions
|
@ -10151,6 +10151,12 @@
|
|||
],
|
||||
"moduleExports": [],
|
||||
"slots": [
|
||||
{
|
||||
"name": "__default__",
|
||||
"default": true,
|
||||
"fallback": "{text}",
|
||||
"slot_props": "{}"
|
||||
},
|
||||
{
|
||||
"name": "icon",
|
||||
"default": false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue