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
One possible improvement to the original idea, is to add color and icon attributes to the existing tip-box component instead of creating a new box component.
This allows the user to inherit existing styles (e.g. the user may want to use the info tip-box, but still wants to override the icon with rocket)
<tip-boxtype="info" icon=":rocket:">
info but with rocket icon
</tip-box>
It's good if we create custom boxes (similar to current tip boxes) with a combination of color and icon.
The text was updated successfully, but these errors were encountered: