Tooltip

Sometimes there's just no better way.

Basic

Fill the tank
<% # Text content %>
<%= nk_tooltip(content: "Fill the tank") do |t| %>
  <%= nk_button icon: "fuel" %>
<% end %>

<% # Block content %>
<%= nk_tooltip do |t| %>
  <%= t.content do %>
    Anything goes here
  <% end %>
  <%= nk_button icon: "fuel" %>
<% end %>

Nitro Kit by mikker