# Dashboard & My Applications / Profile & Preferences Profile and preferences management including Aadhaar-linked information, personal details, linked accounts, notification toggles, and account deletion. **Category:** Patterns **Storybook:** https://doc.ux4g.gov.in/web/?path=/story/ux4g-patterns-dashboard-my-applications-profile-preferences--introduction ## Pattern variants - Profile & Preferences: https://doc.ux4g.gov.in/web/?path=/story/ux4g-patterns-dashboard-my-applications-profile-preferences--profile-preferences ## When to use this pattern Use Dashboard & My Applications / Profile & Preferences when building citizen-facing flows that match the described government journey. Combine components such as cards, forms, tables, buttons, and status indicators as shown in Storybook. ## Framework setup ### HTML / CDN ```html ``` ### React ```bash npm install ux4g-web-components ``` ```jsx import 'ux4g-web-components/styles.css'; import 'ux4g-web-components/design-system'; ``` ### Angular Update `angular.json`: ```json { "styles": [ "node_modules/ux4g-web-components/styles/ux4g.css", "src/styles.css" ], "scripts": [ "node_modules/ux4g-web-components/dist/runtime/design-system.js" ] } ``` ## Code examples The snippets below are extracted from the Storybook canvas for Dashboard & My Applications / Profile & Preferences. Each example shows the rendered HTML, the equivalent React JSX, and the Angular template markup. ### 1. Introduction — Introduction HTML: ```html
Profile management with Aadhaar-linked information, editable personal details, verification badges, linked accounts, notification toggles, and account deletion.
User card with avatar, verification tags (Mobile verified, Aadhaar linked), and edit button.
Form fields for first name, date of birth, gender, and Aadhaar number with UIDAI update option.
Connected services including DigiLocker, UMANG app, and bank account for DBT with status indicators.
Profile management with Aadhaar-linked information, editable personal details, verification badges, linked accounts, notification toggles, and account deletion.
User card with avatar, verification tags (Mobile verified, Aadhaar linked), and edit button.
Form fields for first name, date of birth, gender, and Aadhaar number with UIDAI update option.
Connected services including DigiLocker, UMANG app, and bank account for DBT with status indicators.
Profile management with Aadhaar-linked information, editable personal details, verification badges, linked accounts, notification toggles, and account deletion.
User card with avatar, verification tags (Mobile verified, Aadhaar linked), and edit button.
Form fields for first name, date of birth, gender, and Aadhaar number with UIDAI update option.
Connected services including DigiLocker, UMANG app, and bank account for DBT with status indicators.
Manage your account details, linked services and notifications
Permanently delete your account and all data. 30-day grace period to restore before it is final.
This permanently deletes your account and all associated data. You will have a 30-day grace period to restore it — after that, deletion is final and cannot be undone.
Manage your account details, linked services and notifications
Permanently delete your account and all data. 30-day grace period to restore before it is final.
This permanently deletes your account and all associated data. You will have a 30-day grace period to restore it — after that, deletion is final and cannot be undone.
Manage your account details, linked services and notifications
Permanently delete your account and all data. 30-day grace period to restore before it is final.
This permanently deletes your account and all associated data. You will have a 30-day grace period to restore it — after that, deletion is final and cannot be undone.