You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using sveltestrap for a quick pet project and I've been doing quick doc glances... This issue was specially striking for me, but I didn't find an easy way to edit the Storybook (never used these before).
Thus...
I would suggest adding some help guide on how to contribute to the docs :)
replace that misleading <h4 class="alert-heading text-capitalize">{color}</h4> with a heading={color} prop; if you just check the first example (which is mostly feature-complete, besides that), you'll think there's no title element whatsoever and you must write an h4 by yourself.
The text was updated successfully, but these errors were encountered:
Hello there!
I'm using sveltestrap for a quick pet project and I've been doing quick doc glances... This issue was specially striking for me, but I didn't find an easy way to edit the Storybook (never used these before).
Thus...
<h4 class="alert-heading text-capitalize">{color}</h4>
with aheading={color}
prop; if you just check the first example (which is mostly feature-complete, besides that), you'll think there's no title element whatsoever and you must write anh4
by yourself.The text was updated successfully, but these errors were encountered: