import { html } from "lit"; const Template = () => html` Logo Profile Settings Edit profile Update your personal details and preferences. Personal information Your name and contact details. Only your agency administrator can see this information. Role & access Your position and assigned permissions within the system. Policy Operations ICT Viewer Editor Admin Notes Optional additional context visible to your team. Cancel Save changes `; export default { title: "Templates/Form/Basic", tags: ["!autodocs"], parameters: { layout: "fullscreen" } }; export const Basic = { render: Template.bind({}), name: "Basic" };
Update your personal details and preferences.
Your name and contact details. Only your agency administrator can see this information.
Your position and assigned permissions within the system.
Optional additional context visible to your team.