carbon-design-system / carbon-components-svelte

Svelte implementation of the Carbon Design System
https://svelte.carbondesignsystem.com
Apache License 2.0
2.71k stars 261 forks source link

feat(file-uploader): make `labelTitle`, `labelDescription` slottable #1780

Closed metonym closed 1 year ago

metonym commented 1 year ago
<FileUploaderButton>
  <span slot="labelTitle">Label title</span>
  <span slot="labelDescription">Label description</span>
</FileUploaderButton>
metonym commented 1 year ago

Released in v0.79.0