%= render Yattho::BaseComponent.new(**@system_arguments) do %> <% if @is_label_visible %> <%= @label_text %> <% else %> <%= @label_text %> <% end %> <% if @with_icon %> <%= render Yattho::Beta::Octicon.new(:search) %> <% end %> <%= input %> <% if @is_clearable %> <%= yattho_octicon "x" %> <% end %> <% if @with_icon %> <% end %> <%= results %>