openaustralia/planningalerts

View on GitHub
app/components/tailwind/streetview.html.erb

Summary

Maintainability
Test Coverage
<%# To use this component create a parent div with the required height and width otherwise
nothing will be shown %>
<%= tag.div class: "w-full h-full",
            "x-init" => "initialisePano2($el, #{{ lat: @lat, lng: @lng, address: @address }.to_json})" do %>
  <noscript><%= content %></noscript>
<% end %>