<%= render Panda::CMS::Admin::ContainerComponent.new do |component| %> <% component.with_heading(text: "Files", level: 1) %> <% component.with_slideover(title: "File Details") do %>

Details for IMG_4985.HEIC

3.9 MB

Information

Uploaded by
Marie Culver
Created
June 8, 2020
Last modified
June 8, 2020
Dimensions
4032 x 3024
Resolution
72 x 72

Description

Add a description to this image.

Shared with

<% end %> <% component.with_tab_bar do %> <%= component.with_tab(name: "Recently Viewed", active: true) %> <%= component.with_tab(name: "Recently Added") %> <%= component.with_tab(name: "Favourited") %> <% end %>
<% end %>