<.input
id="user_email"
name="email"
value="ops@groupcollect.com"
label="Email"
errors={["This email is not in our database."]}
/>
<:back_button><.a href="/">Go back</.a></:back_button>
<:description>My description</:description>
<:actions>
<.button primary>Submit</.button>
<.button danger>Cancel</.button>
</:actions>
|