You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New: <.field> component to replace <.form_field>. <.field> takes the new %Phoenix.HTML.FormField{} struct, which better optimizes forms for live views
New: <.input> component - these represent inputs but styled with Petal Components. It differs from <.field> in that you don't get a label or error messages.
New: <.label> component - just a label styled with Petal Components. These are used inside a <.field>.
New: <.error> component - an error message for form fields. These are used inside a <.field>.