Skip to content

Commit

Permalink
Improve button disabling preview
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillplatonov committed Sep 1, 2024
1 parent 2778a69 commit 517bead
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<%= polaris_text_container do %>
<%= polaris_button(id: "demo-button") { "Button" } %>
<%= polaris_button(id: "demo-button", onclick: "alert('Button clicked')") { "Button" } %>

<div>
<%= polaris_text_strong { "Actions on button:" } %><br>
Expand Down

0 comments on commit 517bead

Please sign in to comment.