mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36:36 +00:00
Lint fixes.
(Prettier removes trailing ` ` in Markdown docs => Use paragraph instead.)
This commit is contained in:
parent
00cab46284
commit
7be9e4ccfc
3 changed files with 9 additions and 8 deletions
|
@ -224,9 +224,9 @@
|
|||
class:bx--label="{true}"
|
||||
class:bx--label--disabled="{disabled}"
|
||||
>
|
||||
<slot name="titleText">
|
||||
{titleText}
|
||||
</slot>
|
||||
<slot name="titleText">
|
||||
{titleText}
|
||||
</slot>
|
||||
</label>
|
||||
{/if}
|
||||
<ListBox
|
||||
|
|
|
@ -300,9 +300,9 @@
|
|||
class:bx--label--disabled="{disabled}"
|
||||
class:bx--visually-hidden="{hideLabel}"
|
||||
>
|
||||
<slot name="titleText">
|
||||
{titleText}
|
||||
</slot>
|
||||
<slot name="titleText">
|
||||
{titleText}
|
||||
</slot>
|
||||
</label>
|
||||
{/if}
|
||||
<ListBox
|
||||
|
|
|
@ -17,8 +17,9 @@
|
|||
*/
|
||||
export let href = undefined;
|
||||
|
||||
/**
|
||||
/**
|
||||
* Specify the company name.
|
||||
*
|
||||
* Alternatively, use the named slot "company" (e.g., `<span slot="company">...</span>`)
|
||||
* @type {string}
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue