DefaultSlot

It would be great to support dynamic slots for variants, but it would be error-prone until Svelte officially supports that. However, we can support an optional default slot of a string (you can pass html) or a component as seen in the variants below.

Possible dynamic slot options to research further:

Variants
Text
Text
Text
HTML
HTML
HTML
Component
Component
Component
Edit page on GitHub