<%= pb_rails("button", props: { id: "toggle-filter-button", margin_bottom: "md", text: "Show Filter", variant: "secondary" }) %>
<%= pb_rails("card", props: { margin_bottom: "lg" }) do %> <%= pb_rails("flex", props: { align_items: "center", justify: "between", orientation: "row" }) do %> <%= pb_rails("flex", props: { align_items: "center", justify: "start", orientation: "row" }) do %> <%= pb_rails("skeleton_loading", props: { border_radius: "rounded", height: "40px", margin_right: "sm", width: "40px" }) %> <%= pb_rails("skeleton_loading", props: { height: "16px", margin_right: "md", width: "80px" }) %> <% end %> <%= pb_rails("flex", props: { align_items: "center", justify: "end", orientation: "row" }) do %> <%= pb_rails("skeleton_loading", props: { height: "18px", width: "120px" }) %> <% end %> <% end %> <% end %> <%= pb_rails("skeleton_loading", props: { height: "127px", width: "100%" }) %>