Cards

Save your changes

This will forever set it in stone.
<%= nk_card do |c| %>
  <%= c.header "Save your changes" %>
  <%= c.body "This will forever set it in stone." %>
  <%= c.footer do %>
    <%= button "Cancel" %>
    <%= primary_button "Save", icon: "check" %>
  <% end %>
<% end %>