<%= content_tag component.tag_name, component.html_options do %>
<%= yield %>
<%= link_to 'javascripts:;', class: 'link-close', title: component.t(:close) do %> <%= tao_icon :close %> <% end %>
<% end %>