Closed jpradocueva closed 5 months ago
@jpradocueva Issues resolved in PR.
Summarize:
success
and warning
type of alert. wrapper
.wrapper
we have to use w-fit
class inside of it. This will allow us to span the wrapper for the length of content inside.Please, checkout the PR and see if there are any issues with it. If everything is good, we can close this issue.
Issues & Comments Identified in ShAlert constructor
Problems
text
: The content input into thetext
property in the.md
file is applied to all the alerts constructorsSee image below: This is what is written in markdown
but the
text
property content displays the same content (latest input) across all the alert constructors:This constructor is not working as expected.
wrapper
property.