-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhancement: Alert supporting actions-end #2382
Comments
hover and hit space to match X |
@asangma - planned update regarding our chat yesterday... would be solvable with the slot paradigm. |
Design complete in Figma. Updated design also addresses issues #5254 and #3338. cc: @geospatialem |
@Elijbet Is the alert with |
Installed and assigned for verification. |
It's ready. Just changed the tag. |
Verified on <calcite-alert open>
<div slot="title">Alert title</div>
<div slot="message">Message lorem ipsum</div><a slot="link" href="#">Link slot</a>
<calcite-action slot="actions-end" text="Settings" icon="gear"></calcite-action>
<calcite-action slot="actions-end" text="Information" icon="information"></calcite-action>
</calcite-alert> |
Description
alert needs to support up to 2 actions in the end slot next to the X
The text was updated successfully, but these errors were encountered: