Forms
End-to-end form integration: Ecto changeset validation, to_form,
form primitives, and interactive components with hidden inputs.
Live State
The %Settings struct after applying the
changeset. Updates as you type.
%PhxShadcnDev.Schemas.Settings{
username: "",
email: "",
bio: "",
notifications: false,
bold: false,
alignment: "left",
font_size: nil,
theme: nil,
terms: nil,
language: nil,
framework: nil,
volume: 50,
price_range: [20, 80],
otp: nil,
profile: nil
}