Make changes to your profile here. Click save when you're done.
<%=render(Zui::Sheet.new)do|sheet|%><%=sheet.trigger_button{"Edit Profile"}%><%=sheet.contentdo|content|%><%=content.title{"Edit Profile"}%><%=content.description{"Make changes to your profile here. Click save when you're done."}%><%=content.bodydo%><%=render"shared/profile_form"%><%end%><%end%><%end%>
Side
Edit Profile
Make changes to your profile here. Click save when you're done.
Edit Profile
Make changes to your profile here. Click save when you're done.
Edit Profile
Make changes to your profile here. Click save when you're done.
Edit Profile
Make changes to your profile here. Click save when you're done.
<%=render(Zui::Sheet.new(side: side))do|sheet|%><%=sheet.trigger_button(class: "w-[100px]"){side.to_s.titleize}%><%=sheet.contentdo|content|%><%=content.title{"Edit Profile"}%><%=content.description{"Make changes to your profile here. Click save when you're done."}%><%=content.bodydo%><%=render"shared/profile_form"%><%end%><%end%><%end%>