Dialog

New post

Start off your new post with a tantilizing promises that your article can never live up to.

<%= nk_dialog do |d| %>
  <%= d.trigger do %>
    <%= nk_button "Open dialog" %>
  <% end %>
  <%= d.dialog do %>
    <%= d.title "New post" %>
    <%= d.description "Start off your new post ..." %>

    <%= nk_form_for ... do %>
      ...
    <% end %>

    <%= d.close_button %>
  <% end %>
<% end %>

Nitro Kit by mikker